Html Css Color HEX #245176 Venice Blue

📋 copy color: '#245176'

red 36 ◦ green 81 ◦ blue 118

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

Shades of Venice Blue #245176

Tints of Venice Blue #245176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50.21%

R = 15.32%
G = 34.47%
B = 50.21%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#245176 (or 0x245176) is known color: Venice Blue. HEX triplet: 24, 51 and 76. RGB value is (36,81,118). Sum of RGB (Red+Green+Blue) = 36+81+118=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #245176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245176 is #DBAE89. Grayscale: #474747. Windows color (decimal): -14397066 or 7754020. OLE color: 7754020.

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

Color convert

RGB 36 81 118 -
CMYK 0.69 0.31 0 0.54
HSL 207.07º 0.53% 0.3% -
HSV(B) 207.07º 0.69% 0.46% -
XYZ 6.94 7.57 18.23 -
YUV 71.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 36 81 118 0.69 0.31 0 0.54 207.07 0.53 0.3
Hex 24 51 76 45 1F 0 36 CF 35 1E
Octal 44 121 166 105 37 0 66 317 65 36
Binary 100100 1010001 1110110 1000101 11111 0 110110 11001111 110101 11110

Color Harmonies of #245176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245176

Black with #245176

Text Example


Text Example

White with #245176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245176; }

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

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

background-color css

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

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

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

border-color css

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

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

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