Html Css Color HEX #285A90 Endeavour

📋 copy color: '#285A90'

red 40 ◦ green 90 ◦ blue 144

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

Shades of Endeavour #285A90

Tints of Endeavour #285A90

RGB

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

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

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

R = 14.6%
G = 32.85%
B = 52.55%

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

#285A90 (or 0x285A90) is known color: Endeavour. HEX triplet: 28, 5A and 90. RGB value is (40,90,144). Sum of RGB (Red+Green+Blue) = 40+90+144=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #285A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285A90 is #D7A56F. Grayscale: #505050. Windows color (decimal): -14132592 or 9460264. OLE color: 9460264.

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

Color convert

RGB 40 90 144 -
CMYK 0.72 0.37 0 0.44
HSL 211.15º 0.57% 0.36% -
HSV(B) 211.15º 0.72% 0.56% -
XYZ 9.57 9.78 27.77 -
YUV 81.21 163.44 98.61 -
System Red Green Blue C M Y K H S L
Decimal 40 90 144 0.72 0.37 0 0.44 211.15 0.57 0.36
Hex 28 5A 90 48 25 0 2C D3 39 24
Octal 50 132 220 110 45 0 54 323 71 44
Binary 101000 1011010 10010000 1001000 100101 0 101100 11010011 111001 100100

Color Harmonies of #285A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285A90

Black with #285A90

Text Example


Text Example

White with #285A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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