COLOR #234B9B

HEX: #234B9B
RGB: (35,75,155)

Color info

#234B9B contains mainly blue color. Web safe color of #234B9B is #333399 (or #339).

RGB color model

#234B9B color RGB value is (35,75,155).

  • red value is 35;
  • green value is 75;
  • blue value is 155.
RGB:
(35,75,155)
(14%,29%,61%)

RGB channels and saturation

R 35 of 255 = 14%
G 75 of 255 = 29%
B 155 of 255 = 61%

35
75
155

R + G + B ~ 35%. #234B9B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 75 + 155 = 265 (100%)
R 35 of 265 ~ 13.21%
G 75 of 265 ~ 28.3%
B 155 of 265 ~ 58.49%

%13.21
%28.3
%58.49

CMYK color model

#234B9B color CMYK value is (77,52,0,39).

  • cyan value is 77.42%
  • magenta value is 51.61%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(77,52,0,39)
C77M52Y0K39 
(77%,52%,0%,39%)
(0.77/0.52/0.00/0.39)	

CMYK percentages

%77.42
%51.61
%0
%39.22

Codes

Color #234B9B in popluar color models

234B9B
RGB3575155
HSL220°63.16%37.25%
HSB/HSV220°77.42%60.78%
CMYK77.42%51.61%0.00%
39.22%

Color #234B9B in popluar number systems.

HEX234B9B
Decimal3575155
Binary100011100101110011011
Octal43113233

Shades and tints

Shades of #234B9B

#234B9B
(35,75,155)
#20458D
(32,69,141)
#1D3F7F
(29,63,127)
#1A3971
(26,57,113)
#173363
(23,51,99)
#142D55
(20,45,85)
#112747
(17,39,71)
#0E2139
(14,33,57)
#0B1B2B
(11,27,43)
#08151D
(8,21,29)
#050F0F
(5,15,15)
#000000
(0,0,0)

Tints of #234B9B

#234B9B
(35,75,155)
#375BA4
(55,91,164)
#4B6BAD
(75,107,173)
#5F7BB6
(95,123,182)
#738BBF
(115,139,191)
#879BC8
(135,155,200)
#9BABD1
(155,171,209)
#AFBBDA
(175,187,218)
#C3CBE3
(195,203,227)
#D7DBEC
(215,219,236)
#EBEBF5
(235,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #234B9B color. Also use rgb(35,75,155) instead hex code.

Text Font Color

.myTextColor { color: #234B9B; }

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

This text font color is #234B9B.


Background Color

.myBgColor { background-color: #234B9B; }

<div style="background-color:#234B9B">Inner text</div>

This div background color is #234B9B.


Border color

.myBorderColor { border: 1px solid #234B9B; }

<div style="border:3px solid #234B9B">Div</div>

This div border color is #234B9B.


Opacity

.myOpacity80 { color: #234B9B; opacity: 0.8; }

<p style="color:#234B9B;opacity:0.8;">80%</p>

Text with #234B9B 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 #234B9B;}

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

This text has shadow with #234B9B color.

.textShadow {text-shadow: 3px 3px 1px #234B9B, 3px 3px 1px red;}

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

This text has shadow with #234B9B primary color and red secondary color.


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

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

This text has shadow with #234B9B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #234B9B on black background.


Color preview on white background

This text has color #234B9B on white background.



Black color preview on #234B9B background

This text has black color on #234B9B background.


White color preview on #234B9B background

This text has white color on #234B9B background.