Html Css Color HEX #245275 Venice Blue

📋 copy color: '#245275'

red 36 ◦ green 82 ◦ blue 117

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

Shades of Venice Blue #245275

Tints of Venice Blue #245275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.79%

R = 15.32%
G = 34.89%
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

#245275 (or 0x245275) is known color: Venice Blue. HEX triplet: 24, 52 and 75. RGB value is (36,82,117). Sum of RGB (Red+Green+Blue) = 36+82+117=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #245275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245275 is #DBAD8A. Grayscale: #484848. Windows color (decimal): -14396811 or 7688740. OLE color: 7688740.

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

Color convert

RGB 36 82 117 -
CMYK 0.69 0.30 0 0.54
HSL 205.93º 0.53% 0.3% -
HSV(B) 205.93º 0.69% 0.46% -
XYZ 6.96 7.69 17.95 -
YUV 72.24 153.26 102.15 -
System Red Green Blue C M Y K H S L
Decimal 36 82 117 0.69 0.30 0 0.54 205.93 0.53 0.3
Hex 24 52 75 45 1E 0 36 CE 35 1E
Octal 44 122 165 105 36 0 66 316 65 36
Binary 100100 1010010 1110101 1000101 11110 0 110110 11001110 110101 11110

Color Harmonies of #245275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245275

Black with #245275

Text Example


Text Example

White with #245275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245275; }

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

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

background-color css

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

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

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

border-color css

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

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

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