Html Css Color HEX #285575 Venice Blue

📋 copy color: '#285575'

red 40 ◦ green 85 ◦ blue 117

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

Shades of Venice Blue #285575

Tints of Venice Blue #285575

RGB

 RED value IS 40 (16.02% from 255) = 16.53%

 GREEN value IS 85 (33.59% from 255) = 35.12%

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

R = 16.53%
G = 35.12%
B = 48.35%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#285575 (or 0x285575) is known color: Venice Blue. HEX triplet: 28, 55 and 75. RGB value is (40,85,117). Sum of RGB (Red+Green+Blue) = 40+85+117=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #285575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285575 is #D7AA8A. Grayscale: #4B4B4B. Windows color (decimal): -14133899 or 7689512. OLE color: 7689512.

HSL color Cylindrical-coordinate representation of color #285575: hue angle of 204.94º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #285575 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 85 117 -
CMYK 0.66 0.27 0 0.54
HSL 204.94º 0.49% 0.31% -
HSV(B) 204.94º 0.66% 0.46% -
XYZ 7.33 8.23 18.03 -
YUV 75.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 40 85 117 0.66 0.27 0 0.54 204.94 0.49 0.31
Hex 28 55 75 42 1B 0 36 CD 31 1F
Octal 50 125 165 102 33 0 66 315 61 37
Binary 101000 1010101 1110101 1000010 11011 0 110110 11001101 110001 11111

Color Harmonies of #285575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285575

Black with #285575

Text Example


Text Example

White with #285575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285575; }

 p { color: rgb(40,85,117); }

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

background-color css

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

 a { background-color: rgb(40,85,117); }

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

border-color css

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

 span { border-color: rgb(40,85,117); }

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