Html Css Color HEX #245277 Venice Blue

📋 copy color: '#245277'

red 36 ◦ green 82 ◦ blue 119

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

Shades of Venice Blue #245277

Tints of Venice Blue #245277

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.6%

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

R = 15.19%
G = 34.6%
B = 50.21%

CMYK

 C value IS 0.70

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#245277 (or 0x245277) is known color: Venice Blue. HEX triplet: 24, 52 and 77. RGB value is (36,82,119). Sum of RGB (Red+Green+Blue) = 36+82+119=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #245277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245277 is #DBAD88. Grayscale: #484848. Windows color (decimal): -14396809 or 7819812. OLE color: 7819812.

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

Color convert

RGB 36 82 119 -
CMYK 0.70 0.31 0 0.53
HSL 206.75º 0.54% 0.3% -
HSV(B) 206.75º 0.7% 0.47% -
XYZ 7.07 7.74 18.57 -
YUV 72.46 154.26 101.99 -
System Red Green Blue C M Y K H S L
Decimal 36 82 119 0.70 0.31 0 0.53 206.75 0.54 0.3
Hex 24 52 77 46 1F 0 35 CF 36 1E
Octal 44 122 167 106 37 0 65 317 66 36
Binary 100100 1010010 1110111 1000110 11111 0 110101 11001111 110110 11110

Color Harmonies of #245277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245277

Black with #245277

Text Example


Text Example

White with #245277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245277; }

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

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

background-color css

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

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

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

border-color css

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

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

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