#234E76

Color #234E76 Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #234E76

Tints of Venice Blue #234E76

Color information

#234E76 (or 0x234E76) is unknown color: approx Venice Blue. HEX triplet: 23, 4E and 76. RGB value is (35,78,118). Sum of RGB (Red+Green+Blue) = 35+78+118=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #234E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E76 is #DCB189. Grayscale: #454545. Windows color (decimal): -14463370 or 7753251. OLE color: 7753251.

HSL color Cylindrical-coordinate representation of color #234E76: hue angle of 208.92º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #234E76 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3578118-
CMYK0.700.3400.54
HSL208.92º54.25%30%-
HSV(B)208.92º70.34%46.27%-
XYZ6.697.1118.16-
YUV69.7155.25103.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 15.15%
GREEN value IS 78 (30.86% from 255) = 33.77%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=15.15%
G=33.77%
B=51.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35781180.700.3400.54208.9254.2530
Hex234E764622036d1361e
Octal43116166106420663216636
Binary10001110011101110110100011010001001101101101000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234E76; }

 p { color: rgb(35,78,118); }

 H1.HeaderClassName
 {
   color: #234E76;
 }
 .AnyTagClassName
 {
   color: #234E76;
 }
</style>
background-color css

<style>
 a { background-color: #234E76; }

 a { background-color: rgb(35,78,118); }

 div.DivClassName
 {
   background-color: #234E76;
 }
 .BgClassName
 {
   background-color: #234E76;
 }
</style>
border-color css

<style>
 span { border-color: #234E76; }

 span { border-color: rgb(35,78,118); }

 td.TdClassName
 {
   border-color: #234E76;
 }
 .TagClassName
 {
   border-color: #234E76;
 }
</style>