Html Css Color HEX #285991 Endeavour

📋 copy color: '#285991'

red 40 ◦ green 89 ◦ blue 145

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

Shades of Endeavour #285991

Tints of Endeavour #285991

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.48%

 BLUE value IS 145 (57.03% from 255) = 52.92%

R = 14.6%
G = 32.48%
B = 52.92%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#285991 (or 0x285991) is known color: Endeavour. HEX triplet: 28, 59 and 91. RGB value is (40,89,145). Sum of RGB (Red+Green+Blue) = 40+89+145=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #285991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285991 is #D7A66E. Grayscale: #505050. Windows color (decimal): -14132847 or 9525544. OLE color: 9525544.

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

Color convert

RGB 40 89 145 -
CMYK 0.72 0.39 0 0.43
HSL 212º 0.57% 0.36% -
HSV(B) 212º 0.72% 0.57% -
XYZ 9.56 9.64 28.15 -
YUV 80.73 164.27 98.95 -
System Red Green Blue C M Y K H S L
Decimal 40 89 145 0.72 0.39 0 0.43 212 0.57 0.36
Hex 28 59 91 48 27 0 2B D4 39 24
Octal 50 131 221 110 47 0 53 324 71 44
Binary 101000 1011001 10010001 1001000 100111 0 101011 11010100 111001 100100

Color Harmonies of #285991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285991

Black with #285991

Text Example


Text Example

White with #285991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285991; }

 p { color: rgb(40,89,145); }

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

background-color css

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

 a { background-color: rgb(40,89,145); }

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

border-color css

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

 span { border-color: rgb(40,89,145); }

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