Html Css Color HEX #245177 Venice Blue

📋 copy color: '#245177'

red 36 ◦ green 81 ◦ blue 119

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

Shades of Venice Blue #245177

Tints of Venice Blue #245177

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.32%

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

R = 15.25%
G = 34.32%
B = 50.42%

CMYK

 C value IS 0.70

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#245177 (or 0x245177) is known color: Venice Blue. HEX triplet: 24, 51 and 77. RGB value is (36,81,119). Sum of RGB (Red+Green+Blue) = 36+81+119=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #245177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245177 is #DBAE88. Grayscale: #474747. Windows color (decimal): -14397065 or 7819556. OLE color: 7819556.

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

Color convert

RGB 36 81 119 -
CMYK 0.70 0.32 0 0.53
HSL 207.47º 0.54% 0.3% -
HSV(B) 207.47º 0.7% 0.47% -
XYZ 7 7.59 18.55 -
YUV 71.88 154.59 102.41 -
System Red Green Blue C M Y K H S L
Decimal 36 81 119 0.70 0.32 0 0.53 207.47 0.54 0.3
Hex 24 51 77 46 20 0 35 CF 36 1E
Octal 44 121 167 106 40 0 65 317 66 36
Binary 100100 1010001 1110111 1000110 100000 0 110101 11001111 110110 11110

Color Harmonies of #245177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245177

Black with #245177

Text Example


Text Example

White with #245177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245177; }

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

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

background-color css

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

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

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

border-color css

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

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

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