Html Css Color HEX #285091 Endeavour

📋 copy color: '#285091'

red 40 ◦ green 80 ◦ blue 145

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

Shades of Endeavour #285091

Tints of Endeavour #285091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.19%

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

R = 15.09%
G = 30.19%
B = 54.72%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#285091 (or 0x285091) is known color: Endeavour. HEX triplet: 28, 50 and 91. RGB value is (40,80,145). Sum of RGB (Red+Green+Blue) = 40+80+145=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #285091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285091 is #D7AF6E. Grayscale: #4B4B4B. Windows color (decimal): -14135151 or 9523240. OLE color: 9523240.

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

Color convert

RGB 40 80 145 -
CMYK 0.72 0.45 0 0.43
HSL 217.14º 0.57% 0.36% -
HSV(B) 217.14º 0.72% 0.57% -
XYZ 8.85 8.23 27.91 -
YUV 75.45 167.25 102.71 -
System Red Green Blue C M Y K H S L
Decimal 40 80 145 0.72 0.45 0 0.43 217.14 0.57 0.36
Hex 28 50 91 48 2D 0 2B D9 39 24
Octal 50 120 221 110 55 0 53 331 71 44
Binary 101000 1010000 10010001 1001000 101101 0 101011 11011001 111001 100100

Color Harmonies of #285091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285091

Black with #285091

Text Example


Text Example

White with #285091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285091; }

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

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

background-color css

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

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

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

border-color css

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

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

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