#234F78

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

Shades of Venice Blue #234F78

Tints of Venice Blue #234F78

Color information

#234F78 (or 0x234F78) is unknown color: approx Venice Blue. HEX triplet: 23, 4F and 78. RGB value is (35,79,120). Sum of RGB (Red+Green+Blue) = 35+79+120=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #234F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234F78 is #DCB087. Grayscale: #464646. Windows color (decimal): -14463112 or 7884579. OLE color: 7884579.

HSL color Cylindrical-coordinate representation of color #234F78: hue angle of 208.94º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #234F78 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3579120-
CMYK0.710.3400.53
HSL208.94º54.84%30.39%-
HSV(B)208.94º70.83%47.06%-
XYZ6.887.3118.82-
YUV70.52155.92102.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.96%
GREEN value IS 79 (31.25% from 255) = 33.76%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=14.96%
G=33.76%
B=51.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35791200.710.3400.53208.9454.8430.39
Hex234F784722035d1371e
Octal43117170107420653216736
Binary10001110011111111000100011110001001101011101000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,79,120); }

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

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

 a { background-color: rgb(35,79,120); }

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

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

 span { border-color: rgb(35,79,120); }

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