#234978

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

Shades of Venice Blue #234978

Tints of Venice Blue #234978

Color information

#234978 (or 0x234978) is unknown color: approx Venice Blue. HEX triplet: 23, 49 and 78. RGB value is (35,73,120). Sum of RGB (Red+Green+Blue) = 35+73+120=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #234978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234978 is #DCB687. Grayscale: #424242. Windows color (decimal): -14464648 or 7883043. OLE color: 7883043.

HSL color Cylindrical-coordinate representation of color #234978: hue angle of 213.18º 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 #234978 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3573120-
CMYK0.710.3900.53
HSL213.18º54.84%30.39%-
HSV(B)213.18º70.83%47.06%-
XYZ6.476.4818.68-
YUV67157.91105.18-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.35%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 120 (47.27% from 255) = 52.63%
R=15.35%
G=32.02%
B=52.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35731200.710.3900.53213.1854.8430.39
Hex2349784727035d5371e
Octal43111170107470653256736
Binary10001110010011111000100011110011101101011101010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234978; }

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

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

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

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

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

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

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

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