Html Css Color HEX #285786 Endeavour

📋 copy color: '#285786'

red 40 ◦ green 87 ◦ blue 134

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

Shades of Endeavour #285786

Tints of Endeavour #285786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 51.34%

R = 15.33%
G = 33.33%
B = 51.34%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#285786 (or 0x285786) is known color: Endeavour. HEX triplet: 28, 57 and 86. RGB value is (40,87,134). Sum of RGB (Red+Green+Blue) = 40+87+134=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #285786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285786 is #D7A879. Grayscale: #4E4E4E. Windows color (decimal): -14133370 or 8804136. OLE color: 8804136.

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

Color convert

RGB 40 87 134 -
CMYK 0.70 0.35 0 0.47
HSL 210º 0.54% 0.34% -
HSV(B) 210º 0.7% 0.53% -
XYZ 8.59 8.99 23.84 -
YUV 78.31 159.43 100.68 -
System Red Green Blue C M Y K H S L
Decimal 40 87 134 0.70 0.35 0 0.47 210 0.54 0.34
Hex 28 57 86 46 23 0 2F D2 36 22
Octal 50 127 206 106 43 0 57 322 66 42
Binary 101000 1010111 10000110 1000110 100011 0 101111 11010010 110110 100010

Color Harmonies of #285786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285786

Black with #285786

Text Example


Text Example

White with #285786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285786; }

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

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

background-color css

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

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

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

border-color css

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

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

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