Html Css Color HEX #285587 Endeavour

📋 copy color: '#285587'

red 40 ◦ green 85 ◦ blue 135

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

Shades of Endeavour #285587

Tints of Endeavour #285587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 51.92%

R = 15.38%
G = 32.69%
B = 51.92%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#285587 (or 0x285587) is known color: Endeavour. HEX triplet: 28, 55 and 87. RGB value is (40,85,135). Sum of RGB (Red+Green+Blue) = 40+85+135=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #285587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285587 is #D7AA78. Grayscale: #4D4D4D. Windows color (decimal): -14133881 or 8869160. OLE color: 8869160.

HSL color Cylindrical-coordinate representation of color #285587: hue angle of 211.58º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #285587 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 85 135 -
CMYK 0.70 0.37 0 0.47
HSL 211.58º 0.54% 0.34% -
HSV(B) 211.58º 0.7% 0.53% -
XYZ 8.5 8.7 24.15 -
YUV 77.25 160.59 101.43 -
System Red Green Blue C M Y K H S L
Decimal 40 85 135 0.70 0.37 0 0.47 211.58 0.54 0.34
Hex 28 55 87 46 25 0 2F D4 36 22
Octal 50 125 207 106 45 0 57 324 66 42
Binary 101000 1010101 10000111 1000110 100101 0 101111 11010100 110110 100010

Color Harmonies of #285587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285587

Black with #285587

Text Example


Text Example

White with #285587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285587; }

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

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

background-color css

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

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

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

border-color css

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

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

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