#245072

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

Shades of Venice Blue #245072

Tints of Venice Blue #245072

Color information

#245072 (or 0x245072) is unknown color: approx Venice Blue. HEX triplet: 24, 50 and 72. RGB value is (36,80,114). Sum of RGB (Red+Green+Blue) = 36+80+114=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #245072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245072 is #DBAF8D. Grayscale: #464646. Windows color (decimal): -14397326 or 7491620. OLE color: 7491620.

HSL color Cylindrical-coordinate representation of color #245072: hue angle of 206.15º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #245072 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3680114-
CMYK0.680.3000.55
HSL206.15º52%29.41%-
HSV(B)206.15º68.42%44.71%-
XYZ6.637.3316.98-
YUV70.72152.42103.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.65%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 114 (44.92% from 255) = 49.57%
R=15.65%
G=34.78%
B=49.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36801140.680.3000.55206.155229.41
Hex245072441E037ce341d
Octal44120162104360673166435
Binary1001001010000111001010001001111001101111100111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245072; }

 p { color: rgb(36,80,114); }

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

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

 a { background-color: rgb(36,80,114); }

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

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

 span { border-color: rgb(36,80,114); }

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