COLOR #234B71

HEX: #234B71
RGB: (35,75,113)

Color info

#234B71 contains mainly green and blue colors. Web safe color of #234B71 is #333366 (or #336).

RGB color model

#234B71 color RGB value is (35,75,113).

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

RGB channels and saturation

R 35 of 255 = 14%
G 75 of 255 = 29%
B 113 of 255 = 44%

35
75
113

R + G + B ~ 29%. #234B71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 75 + 113 = 223 (100%)
R 35 of 223 ~ 15.7%
G 75 of 223 ~ 33.63%
B 113 of 223 ~ 50.67%

%15.7
%33.63
%50.67

CMYK color model

#234B71 color CMYK value is (69,34,0,56).

  • cyan value is 69.03%
  • magenta value is 33.63%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(69,34,0,56)
C69M34Y0K56 
(69%,34%,0%,56%)
(0.69/0.34/0.00/0.56)	

CMYK percentages

%69.03
%33.63
%0
%55.69

Codes

Color #234B71 in popluar color models

234B71
RGB3575113
HSL209°52.70%29.02%
HSB/HSV209°69.03%44.31%
CMYK69.03%33.63%0.00%
55.69%

Color #234B71 in popluar number systems.

HEX234B71
Decimal3575113
Binary10001110010111110001
Octal43113161

Shades and tints

Shades of #234B71

#234B71
(35,75,113)
#204567
(32,69,103)
#1D3F5D
(29,63,93)
#1A3953
(26,57,83)
#173349
(23,51,73)
#142D3F
(20,45,63)
#112735
(17,39,53)
#0E212B
(14,33,43)
#0B1B21
(11,27,33)
#081517
(8,21,23)
#050F0D
(5,15,13)
#000000
(0,0,0)

Tints of #234B71

#234B71
(35,75,113)
#375B7D
(55,91,125)
#4B6B89
(75,107,137)
#5F7B95
(95,123,149)
#738BA1
(115,139,161)
#879BAD
(135,155,173)
#9BABB9
(155,171,185)
#AFBBC5
(175,187,197)
#C3CBD1
(195,203,209)
#D7DBDD
(215,219,221)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #234B71; }

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

This text font color is #234B71.


Background Color

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

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

This div background color is #234B71.


Border color

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

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

This div border color is #234B71.


Opacity

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

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

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

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

This text has shadow with #234B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #234B71 on black background.


Color preview on white background

This text has color #234B71 on white background.



Black color preview on #234B71 background

This text has black color on #234B71 background.


White color preview on #234B71 background

This text has white color on #234B71 background.