Html Css Color HEX #245375 Venice Blue

📋 copy color: '#245375'

red 36 ◦ green 83 ◦ blue 117

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

Shades of Venice Blue #245375

Tints of Venice Blue #245375

RGB

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

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

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

R = 15.25%
G = 35.17%
B = 49.58%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#245375 (or 0x245375) is known color: Venice Blue. HEX triplet: 24, 53 and 75. RGB value is (36,83,117). Sum of RGB (Red+Green+Blue) = 36+83+117=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #245375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245375 is #DBAC8A. Grayscale: #484848. Windows color (decimal): -14396555 or 7688996. OLE color: 7688996.

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

Color convert

RGB 36 83 117 -
CMYK 0.69 0.29 0 0.54
HSL 205.19º 0.53% 0.3% -
HSV(B) 205.19º 0.69% 0.46% -
XYZ 7.03 7.85 17.97 -
YUV 72.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 36 83 117 0.69 0.29 0 0.54 205.19 0.53 0.3
Hex 24 53 75 45 1D 0 36 CD 35 1E
Octal 44 123 165 105 35 0 66 315 65 36
Binary 100100 1010011 1110101 1000101 11101 0 110110 11001101 110101 11110

Color Harmonies of #245375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245375

Black with #245375

Text Example


Text Example

White with #245375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245375; }

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

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

background-color css

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

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

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

border-color css

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

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

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