Html Css Color HEX #285590 Endeavour

📋 copy color: '#285590'

red 40 ◦ green 85 ◦ blue 144

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

Shades of Endeavour #285590

Tints of Endeavour #285590

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.6%

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

R = 14.87%
G = 31.6%
B = 53.53%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#285590 (or 0x285590) is known color: Endeavour. HEX triplet: 28, 55 and 90. RGB value is (40,85,144). Sum of RGB (Red+Green+Blue) = 40+85+144=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #285590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285590 is #D7AA6F. Grayscale: #4D4D4D. Windows color (decimal): -14133872 or 9458984. OLE color: 9458984.

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

Color convert

RGB 40 85 144 -
CMYK 0.72 0.41 0 0.44
HSL 214.04º 0.57% 0.36% -
HSV(B) 214.04º 0.72% 0.56% -
XYZ 9.16 8.96 27.63 -
YUV 78.27 165.09 100.7 -
System Red Green Blue C M Y K H S L
Decimal 40 85 144 0.72 0.41 0 0.44 214.04 0.57 0.36
Hex 28 55 90 48 29 0 2C D6 39 24
Octal 50 125 220 110 51 0 54 326 71 44
Binary 101000 1010101 10010000 1001000 101001 0 101100 11010110 111001 100100

Color Harmonies of #285590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285590

Black with #285590

Text Example


Text Example

White with #285590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285590; }

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

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

background-color css

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

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

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

border-color css

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

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

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