Html Css Color HEX #245376 Venice Blue

📋 copy color: '#245376'

red 36 ◦ green 83 ◦ blue 118

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

Shades of Venice Blue #245376

Tints of Venice Blue #245376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.02%

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

R = 15.19%
G = 35.02%
B = 49.79%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#245376 (or 0x245376) is known color: Venice Blue. HEX triplet: 24, 53 and 76. RGB value is (36,83,118). Sum of RGB (Red+Green+Blue) = 36+83+118=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #245376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245376 is #DBAC89. Grayscale: #484848. Windows color (decimal): -14396554 or 7754532. OLE color: 7754532.

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

Color convert

RGB 36 83 118 -
CMYK 0.69 0.30 0 0.54
HSL 205.61º 0.53% 0.3% -
HSV(B) 205.61º 0.69% 0.46% -
XYZ 7.09 7.87 18.28 -
YUV 72.94 153.43 101.65 -
System Red Green Blue C M Y K H S L
Decimal 36 83 118 0.69 0.30 0 0.54 205.61 0.53 0.3
Hex 24 53 76 45 1E 0 36 CE 35 1E
Octal 44 123 166 105 36 0 66 316 65 36
Binary 100100 1010011 1110110 1000101 11110 0 110110 11001110 110101 11110

Color Harmonies of #245376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245376

Black with #245376

Text Example


Text Example

White with #245376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245376; }

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

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

background-color css

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

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

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

border-color css

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

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

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