Html Css Color HEX #285A8E Endeavour

📋 copy color: '#285A8E'

red 40 ◦ green 90 ◦ blue 142

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

Shades of Endeavour #285A8E

Tints of Endeavour #285A8E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.09%

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

R = 14.71%
G = 33.09%
B = 52.21%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#285A8E (or 0x285A8E) is known color: Endeavour. HEX triplet: 28, 5A and 8E. RGB value is (40,90,142). Sum of RGB (Red+Green+Blue) = 40+90+142=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #285A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285A8E is #D7A571. Grayscale: #505050. Windows color (decimal): -14132594 or 9329192. OLE color: 9329192.

HSL color Cylindrical-coordinate representation of color #285A8E: hue angle of 210.59º 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 #285A8E is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 90 142 -
CMYK 0.72 0.37 0 0.44
HSL 210.59º 0.56% 0.36% -
HSV(B) 210.59º 0.72% 0.56% -
XYZ 9.41 9.72 26.97 -
YUV 80.98 162.44 98.77 -
System Red Green Blue C M Y K H S L
Decimal 40 90 142 0.72 0.37 0 0.44 210.59 0.56 0.36
Hex 28 5A 8E 48 25 0 2C D3 38 24
Octal 50 132 216 110 45 0 54 323 70 44
Binary 101000 1011010 10001110 1001000 100101 0 101100 11010011 111000 100100

Color Harmonies of #285A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285A8E

Black with #285A8E

Text Example


Text Example

White with #285A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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