Html Css Color HEX #245171 Venice Blue

📋 copy color: '#245171'

red 36 ◦ green 81 ◦ blue 113

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

Shades of Venice Blue #245171

Tints of Venice Blue #245171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 49.13%

R = 15.65%
G = 35.22%
B = 49.13%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#245171 (or 0x245171) is known color: Venice Blue. HEX triplet: 24, 51 and 71. RGB value is (36,81,113). Sum of RGB (Red+Green+Blue) = 36+81+113=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #245171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245171 is #DBAE8E. Grayscale: #474747. Windows color (decimal): -14397071 or 7426340. OLE color: 7426340.

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

Color convert

RGB 36 81 113 -
CMYK 0.68 0.28 0 0.56
HSL 204.94º 0.52% 0.29% -
HSV(B) 204.94º 0.68% 0.44% -
XYZ 6.65 7.45 16.71 -
YUV 71.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 36 81 113 0.68 0.28 0 0.56 204.94 0.52 0.29
Hex 24 51 71 44 1C 0 38 CD 34 1D
Octal 44 121 161 104 34 0 70 315 64 35
Binary 100100 1010001 1110001 1000100 11100 0 111000 11001101 110100 11101

Color Harmonies of #245171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245171

Black with #245171

Text Example


Text Example

White with #245171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245171; }

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

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

background-color css

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

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

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

border-color css

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

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

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