Html Css Color HEX #245077 Venice Blue

📋 copy color: '#245077'

red 36 ◦ green 80 ◦ blue 119

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

Shades of Venice Blue #245077

Tints of Venice Blue #245077

RGB

 RED value IS 36 (14.45% from 255) = 15.32%

 GREEN value IS 80 (31.64% from 255) = 34.04%

 BLUE value IS 119 (46.88% from 255) = 50.64%

R = 15.32%
G = 34.04%
B = 50.64%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#245077 (or 0x245077) is known color: Venice Blue. HEX triplet: 24, 50 and 77. RGB value is (36,80,119). Sum of RGB (Red+Green+Blue) = 36+80+119=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #245077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245077 is #DBAF88. Grayscale: #474747. Windows color (decimal): -14397321 or 7819300. OLE color: 7819300.

HSL color Cylindrical-coordinate representation of color #245077: hue angle of 208.19º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #245077 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 80 119 -
CMYK 0.70 0.33 0 0.53
HSL 208.19º 0.54% 0.3% -
HSV(B) 208.19º 0.7% 0.47% -
XYZ 6.93 7.44 18.52 -
YUV 71.29 154.92 102.83 -
System Red Green Blue C M Y K H S L
Decimal 36 80 119 0.70 0.33 0 0.53 208.19 0.54 0.3
Hex 24 50 77 46 21 0 35 D0 36 1E
Octal 44 120 167 106 41 0 65 320 66 36
Binary 100100 1010000 1110111 1000110 100001 0 110101 11010000 110110 11110

Color Harmonies of #245077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245077

Black with #245077

Text Example


Text Example

White with #245077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245077; }

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

 H1.HeaderClassName
 {
   color: #245077;
 }
 .AnyTagClassName
 {
   color: #245077;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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