Html Css Color HEX #285775 Venice Blue

📋 copy color: '#285775'

red 40 ◦ green 87 ◦ blue 117

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

Shades of Venice Blue #285775

Tints of Venice Blue #285775

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.66%

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

R = 16.39%
G = 35.66%
B = 47.95%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#285775 (or 0x285775) is known color: Venice Blue. HEX triplet: 28, 57 and 75. RGB value is (40,87,117). Sum of RGB (Red+Green+Blue) = 40+87+117=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #285775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285775 is #D7A88A. Grayscale: #4C4C4C. Windows color (decimal): -14133387 or 7690024. OLE color: 7690024.

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

Color convert

RGB 40 87 117 -
CMYK 0.66 0.26 0 0.54
HSL 203.38º 0.49% 0.31% -
HSV(B) 203.38º 0.66% 0.46% -
XYZ 7.49 8.55 18.09 -
YUV 76.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 40 87 117 0.66 0.26 0 0.54 203.38 0.49 0.31
Hex 28 57 75 42 1A 0 36 CB 31 1F
Octal 50 127 165 102 32 0 66 313 61 37
Binary 101000 1010111 1110101 1000010 11010 0 110110 11001011 110001 11111

Color Harmonies of #285775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285775

Black with #285775

Text Example


Text Example

White with #285775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285775; }

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

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

background-color css

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

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

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

border-color css

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

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

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