COLOR #235F85

HEX: #235F85
RGB: (35,95,133)

Color info

#235F85 contains mainly green and blue colors. Web safe color of #235F85 is #336699 (or #369).

RGB color model

#235F85 color RGB value is (35,95,133).

  • red value is 35;
  • green value is 95;
  • blue value is 133.
RGB:
(35,95,133)
(14%,37%,52%)

RGB channels and saturation

R 35 of 255 = 14%
G 95 of 255 = 37%
B 133 of 255 = 52%

35
95
133

R + G + B ~ 34%. #235F85 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 95 + 133 = 263 (100%)
R 35 of 263 ~ 13.31%
G 95 of 263 ~ 36.12%
B 133 of 263 ~ 50.57%

%13.31
%36.12
%50.57

CMYK color model

#235F85 color CMYK value is (74,29,0,48).

  • cyan value is 73.68%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(74,29,0,48)
C74M29Y0K48 
(74%,29%,0%,48%)
(0.74/0.29/0.00/0.48)	

CMYK percentages

%73.68
%28.57
%0
%47.84

Codes

Color #235F85 in popluar color models

235F85
RGB3595133
HSL203°58.33%32.94%
HSB/HSV203°73.68%52.16%
CMYK73.68%28.57%0.00%
47.84%

Color #235F85 in popluar number systems.

HEX235F85
Decimal3595133
Binary100011101111110000101
Octal43137205

Shades and tints

Shades of #235F85

#235F85
(35,95,133)
#205779
(32,87,121)
#1D4F6D
(29,79,109)
#1A4761
(26,71,97)
#173F55
(23,63,85)
#143749
(20,55,73)
#112F3D
(17,47,61)
#0E2731
(14,39,49)
#0B1F25
(11,31,37)
#081719
(8,23,25)
#050F0D
(5,15,13)
#000000
(0,0,0)

Tints of #235F85

#235F85
(35,95,133)
#376D90
(55,109,144)
#4B7B9B
(75,123,155)
#5F89A6
(95,137,166)
#7397B1
(115,151,177)
#87A5BC
(135,165,188)
#9BB3C7
(155,179,199)
#AFC1D2
(175,193,210)
#C3CFDD
(195,207,221)
#D7DDE8
(215,221,232)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #235F85 color. Also use rgb(35,95,133) instead hex code.

Text Font Color

.myTextColor { color: #235F85; }

<p style="color:#235F85">This sample text font color is #235F85.</p>

This text font color is #235F85.


Background Color

.myBgColor { background-color: #235F85; }

<div style="background-color:#235F85">Inner text</div>

This div background color is #235F85.


Border color

.myBorderColor { border: 1px solid #235F85; }

<div style="border:3px solid #235F85">Div</div>

This div border color is #235F85.


Opacity

.myOpacity80 { color: #235F85; opacity: 0.8; }

<p style="color:#235F85;opacity:0.8;">80%</p>

Text with #235F85 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #235F85;}

<p style="text-shadow: 3px 3px 1px #235F85">Text here.</p>

This text has shadow with #235F85 color.

.textShadow {text-shadow: 3px 3px 1px #235F85, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #235F85, 5px 5px 20px red">Text here.</p>

This text has shadow with #235F85 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#235F85, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#235F85, Direction=45, Strength=4)">Text</p>

This text has shadow with #235F85 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #235F85;
  -webkit-box-shadow:	1px 1px 3px 2px #235F85;
  box-shadow:		1px 1px 3px 2px #235F85;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #235F85;
-webkit-box-shadow: 1px 1px 3px 2px #235F85;
box-shadow:1px 1px 3px 2px #235F85;">
Div content here</div>
This div box has shadow with color #235F85.

Preview

Color preview on black background

This text has color #235F85 on black background.


Color preview on white background

This text has color #235F85 on white background.



Black color preview on #235F85 background

This text has black color on #235F85 background.


White color preview on #235F85 background

This text has white color on #235F85 background.