Html Css Color HEX #245072 Venice Blue

📋 copy color: '#245072'

red 36 ◦ green 80 ◦ blue 114

#245072
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venice Blue #245072

Tints of Venice Blue #245072

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 value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#245072 (or 0x245072) is known color: 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

RGB 36 80 114 -
CMYK 0.68 0.30 0 0.55
HSL 206.15º 0.52% 0.29% -
HSV(B) 206.15º 0.68% 0.45% -
XYZ 6.63 7.33 16.98 -
YUV 70.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 36 80 114 0.68 0.30 0 0.55 206.15 0.52 0.29
Hex 24 50 72 44 1E 0 37 CE 34 1D
Octal 44 120 162 104 36 0 67 316 64 35
Binary 100100 1010000 1110010 1000100 11110 0 110111 11001110 110100 11101

Color Harmonies of #245072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245072

Black with #245072

Text Example


Text Example

White with #245072

Text Example


Text Example

HTML Codes & Css Web 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>