Html Css Color HEX #245377 Venice Blue

📋 copy color: '#245377'

red 36 ◦ green 83 ◦ blue 119

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

Shades of Venice Blue #245377

Tints of Venice Blue #245377

RGB

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

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

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

R = 15.13%
G = 34.87%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#245377 (or 0x245377) is known color: Venice Blue. HEX triplet: 24, 53 and 77. RGB value is (36,83,119). Sum of RGB (Red+Green+Blue) = 36+83+119=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #245377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245377 is #DBAC88. Grayscale: #484848. Windows color (decimal): -14396553 or 7820068. OLE color: 7820068.

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

Color convert

RGB 36 83 119 -
CMYK 0.70 0.30 0 0.53
HSL 206.02º 0.54% 0.3% -
HSV(B) 206.02º 0.7% 0.47% -
XYZ 7.15 7.89 18.6 -
YUV 73.05 153.93 101.57 -
System Red Green Blue C M Y K H S L
Decimal 36 83 119 0.70 0.30 0 0.53 206.02 0.54 0.3
Hex 24 53 77 46 1E 0 35 CE 36 1E
Octal 44 123 167 106 36 0 65 316 66 36
Binary 100100 1010011 1110111 1000110 11110 0 110101 11001110 110110 11110

Color Harmonies of #245377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245377

Black with #245377

Text Example


Text Example

White with #245377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245377; }

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

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

background-color css

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

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

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

border-color css

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

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

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