Html Css Color HEX #245175 Venice Blue

📋 copy color: '#245175'

red 36 ◦ green 81 ◦ blue 117

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

Shades of Venice Blue #245175

Tints of Venice Blue #245175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.62%

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

R = 15.38%
G = 34.62%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#245175 (or 0x245175) is known color: Venice Blue. HEX triplet: 24, 51 and 75. RGB value is (36,81,117). Sum of RGB (Red+Green+Blue) = 36+81+117=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #245175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245175 is #DBAE8A. Grayscale: #474747. Windows color (decimal): -14397067 or 7688484. OLE color: 7688484.

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

Color convert

RGB 36 81 117 -
CMYK 0.69 0.31 0 0.54
HSL 206.67º 0.53% 0.3% -
HSV(B) 206.67º 0.69% 0.46% -
XYZ 6.88 7.54 17.92 -
YUV 71.65 153.59 102.57 -
System Red Green Blue C M Y K H S L
Decimal 36 81 117 0.69 0.31 0 0.54 206.67 0.53 0.3
Hex 24 51 75 45 1F 0 36 CF 35 1E
Octal 44 121 165 105 37 0 66 317 65 36
Binary 100100 1010001 1110101 1000101 11111 0 110110 11001111 110101 11110

Color Harmonies of #245175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245175

Black with #245175

Text Example


Text Example

White with #245175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245175; }

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

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

background-color css

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

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

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

border-color css

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

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

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