Html Css Color HEX #245476 Venice Blue

📋 copy color: '#245476'

red 36 ◦ green 84 ◦ blue 118

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

Shades of Venice Blue #245476

Tints of Venice Blue #245476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.29%

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

R = 15.13%
G = 35.29%
B = 49.58%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#245476 (or 0x245476) is known color: Venice Blue. HEX triplet: 24, 54 and 76. RGB value is (36,84,118). Sum of RGB (Red+Green+Blue) = 36+84+118=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #245476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245476 is #DBAB89. Grayscale: #494949. Windows color (decimal): -14396298 or 7754788. OLE color: 7754788.

HSL color Cylindrical-coordinate representation of color #245476: hue angle of 204.88º 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 #245476 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 36 84 118 -
CMYK 0.69 0.29 0 0.54
HSL 204.88º 0.53% 0.3% -
HSV(B) 204.88º 0.69% 0.46% -
XYZ 7.17 8.02 18.31 -
YUV 73.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 36 84 118 0.69 0.29 0 0.54 204.88 0.53 0.3
Hex 24 54 76 45 1D 0 36 CD 35 1E
Octal 44 124 166 105 35 0 66 315 65 36
Binary 100100 1010100 1110110 1000101 11101 0 110110 11001101 110101 11110

Color Harmonies of #245476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245476

Black with #245476

Text Example


Text Example

White with #245476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245476; }

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

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

background-color css

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

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

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

border-color css

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

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

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