Html Css Color HEX #285990 Endeavour

📋 copy color: '#285990'

red 40 ◦ green 89 ◦ blue 144

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

Shades of Endeavour #285990

Tints of Endeavour #285990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.75%

R = 14.65%
G = 32.6%
B = 52.75%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#285990 (or 0x285990) is known color: Endeavour. HEX triplet: 28, 59 and 90. RGB value is (40,89,144). Sum of RGB (Red+Green+Blue) = 40+89+144=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #285990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285990 is #D7A66F. Grayscale: #505050. Windows color (decimal): -14132848 or 9460008. OLE color: 9460008.

HSL color Cylindrical-coordinate representation of color #285990: hue angle of 211.73º degrees, saturation: 0.57, 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 #285990 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 89 144 -
CMYK 0.72 0.38 0 0.44
HSL 211.73º 0.57% 0.36% -
HSV(B) 211.73º 0.72% 0.56% -
XYZ 9.48 9.61 27.74 -
YUV 80.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 40 89 144 0.72 0.38 0 0.44 211.73 0.57 0.36
Hex 28 59 90 48 26 0 2C D4 39 24
Octal 50 131 220 110 46 0 54 324 71 44
Binary 101000 1011001 10010000 1001000 100110 0 101100 11010100 111001 100100

Color Harmonies of #285990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285990

Black with #285990

Text Example


Text Example

White with #285990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285990; }

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

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

background-color css

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

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

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

border-color css

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

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

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