#245374

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

Shades of Venice Blue #245374

Tints of Venice Blue #245374

Color information

#245374 (or 0x245374) is unknown color: approx Venice Blue. HEX triplet: 24, 53 and 74. RGB value is (36,83,116). Sum of RGB (Red+Green+Blue) = 36+83+116=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #245374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245374 is #DBAC8B. Grayscale: #484848. Windows color (decimal): -14396556 or 7623460. OLE color: 7623460.

HSL color Cylindrical-coordinate representation of color #245374: hue angle of 204.75º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #245374 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3683116-
CMYK0.690.2800.55
HSL204.75º52.63%29.8%-
HSV(B)204.75º68.97%45.49%-
XYZ6.977.8217.67-
YUV72.71152.43101.82-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.32%
GREEN value IS 83 (32.81% from 255) = 35.32%
BLUE value IS 116 (45.70% from 255) = 49.36%
R=15.32%
G=35.32%
B=49.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36831160.690.2800.55204.7552.6329.8
Hex245374451C037cd351e
Octal44123164105340673156536
Binary1001001010011111010010001011110001101111100110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245374; }

 p { color: rgb(36,83,116); }

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

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

 a { background-color: rgb(36,83,116); }

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

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

 span { border-color: rgb(36,83,116); }

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