Html Css Color HEX #285B8E Endeavour

📋 copy color: '#285B8E'

red 40 ◦ green 91 ◦ blue 142

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

Shades of Endeavour #285B8E

Tints of Endeavour #285B8E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.33%

 BLUE value IS 142 (55.86% from 255) = 52.01%

R = 14.65%
G = 33.33%
B = 52.01%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#285B8E (or 0x285B8E) is known color: Endeavour. HEX triplet: 28, 5B and 8E. RGB value is (40,91,142). Sum of RGB (Red+Green+Blue) = 40+91+142=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #285B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285B8E is #D7A471. Grayscale: #515151. Windows color (decimal): -14132338 or 9329448. OLE color: 9329448.

HSL color Cylindrical-coordinate representation of color #285B8E: hue angle of 210º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #285B8E is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 91 142 -
CMYK 0.72 0.36 0 0.44
HSL 210º 0.56% 0.36% -
HSV(B) 210º 0.72% 0.56% -
XYZ 9.5 9.89 27 -
YUV 81.57 162.1 98.35 -
System Red Green Blue C M Y K H S L
Decimal 40 91 142 0.72 0.36 0 0.44 210 0.56 0.36
Hex 28 5B 8E 48 24 0 2C D2 38 24
Octal 50 133 216 110 44 0 54 322 70 44
Binary 101000 1011011 10001110 1001000 100100 0 101100 11010010 111000 100100

Color Harmonies of #285B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285B8E

Black with #285B8E

Text Example


Text Example

White with #285B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,91,142); }

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

background-color css

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

 a { background-color: rgb(40,91,142); }

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

border-color css

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

 span { border-color: rgb(40,91,142); }

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