Html Css Color HEX #285E87 Endeavour

📋 copy color: '#285E87'

red 40 ◦ green 94 ◦ blue 135

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

Shades of Endeavour #285E87

Tints of Endeavour #285E87

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.94%

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

R = 14.87%
G = 34.94%
B = 50.19%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#285E87 (or 0x285E87) is known color: Endeavour. HEX triplet: 28, 5E and 87. RGB value is (40,94,135). Sum of RGB (Red+Green+Blue) = 40+94+135=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #285E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285E87 is #D7A178. Grayscale: #525252. Windows color (decimal): -14131577 or 8871464. OLE color: 8871464.

HSL color Cylindrical-coordinate representation of color #285E87: hue angle of 205.89º 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 #285E87 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 94 135 -
CMYK 0.70 0.30 0 0.47
HSL 205.89º 0.54% 0.34% -
HSV(B) 205.89º 0.7% 0.53% -
XYZ 9.25 10.21 24.4 -
YUV 82.53 157.61 97.67 -
System Red Green Blue C M Y K H S L
Decimal 40 94 135 0.70 0.30 0 0.47 205.89 0.54 0.34
Hex 28 5E 87 46 1E 0 2F CE 36 22
Octal 50 136 207 106 36 0 57 316 66 42
Binary 101000 1011110 10000111 1000110 11110 0 101111 11001110 110110 100010

Color Harmonies of #285E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285E87

Black with #285E87

Text Example


Text Example

White with #285E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285E87; }

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

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

background-color css

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

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

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

border-color css

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

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

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