Html Css Color HEX #285491 Endeavour

📋 copy color: '#285491'

red 40 ◦ green 84 ◦ blue 145

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

Shades of Endeavour #285491

Tints of Endeavour #285491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

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

R = 14.87%
G = 31.23%
B = 53.9%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#285491 (or 0x285491) is known color: Endeavour. HEX triplet: 28, 54 and 91. RGB value is (40,84,145). Sum of RGB (Red+Green+Blue) = 40+84+145=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #285491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285491 is #D7AB6E. Grayscale: #4D4D4D. Windows color (decimal): -14134127 or 9524264. OLE color: 9524264.

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

Color convert

RGB 40 84 145 -
CMYK 0.72 0.42 0 0.43
HSL 214.86º 0.57% 0.36% -
HSV(B) 214.86º 0.72% 0.57% -
XYZ 9.16 8.84 28.01 -
YUV 77.8 165.92 101.04 -
System Red Green Blue C M Y K H S L
Decimal 40 84 145 0.72 0.42 0 0.43 214.86 0.57 0.36
Hex 28 54 91 48 2A 0 2B D7 39 24
Octal 50 124 221 110 52 0 53 327 71 44
Binary 101000 1010100 10010001 1001000 101010 0 101011 11010111 111001 100100

Color Harmonies of #285491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285491

Black with #285491

Text Example


Text Example

White with #285491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285491; }

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

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

background-color css

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

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

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

border-color css

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

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

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