Html Css Color HEX #245272 Venice Blue

📋 copy color: '#245272'

red 36 ◦ green 82 ◦ blue 114

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

Shades of Venice Blue #245272

Tints of Venice Blue #245272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.14%

R = 15.52%
G = 35.34%
B = 49.14%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#245272 (or 0x245272) is known color: Venice Blue. HEX triplet: 24, 52 and 72. RGB value is (36,82,114). Sum of RGB (Red+Green+Blue) = 36+82+114=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #245272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245272 is #DBAD8D. Grayscale: #474747. Windows color (decimal): -14396814 or 7492132. OLE color: 7492132.

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

Color convert

RGB 36 82 114 -
CMYK 0.68 0.28 0 0.55
HSL 204.62º 0.52% 0.29% -
HSV(B) 204.62º 0.68% 0.45% -
XYZ 6.78 7.62 17.03 -
YUV 71.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 36 82 114 0.68 0.28 0 0.55 204.62 0.52 0.29
Hex 24 52 72 44 1C 0 37 CD 34 1D
Octal 44 122 162 104 34 0 67 315 64 35
Binary 100100 1010010 1110010 1000100 11100 0 110111 11001101 110100 11101

Color Harmonies of #245272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245272

Black with #245272

Text Example


Text Example

White with #245272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245272; }

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

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

background-color css

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

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

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

border-color css

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

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

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