Html Css Color HEX #285891 Endeavour

📋 copy color: '#285891'

red 40 ◦ green 88 ◦ blue 145

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

Shades of Endeavour #285891

Tints of Endeavour #285891

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.23%

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

R = 14.65%
G = 32.23%
B = 53.11%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#285891 (or 0x285891) is known color: Endeavour. HEX triplet: 28, 58 and 91. RGB value is (40,88,145). Sum of RGB (Red+Green+Blue) = 40+88+145=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #285891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285891 is #D7A76E. Grayscale: #4F4F4F. Windows color (decimal): -14133103 or 9525288. OLE color: 9525288.

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

Color convert

RGB 40 88 145 -
CMYK 0.72 0.39 0 0.43
HSL 212.57º 0.57% 0.36% -
HSV(B) 212.57º 0.72% 0.57% -
XYZ 9.48 9.47 28.12 -
YUV 80.15 164.6 99.37 -
System Red Green Blue C M Y K H S L
Decimal 40 88 145 0.72 0.39 0 0.43 212.57 0.57 0.36
Hex 28 58 91 48 27 0 2B D5 39 24
Octal 50 130 221 110 47 0 53 325 71 44
Binary 101000 1011000 10010001 1001000 100111 0 101011 11010101 111001 100100

Color Harmonies of #285891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285891

Black with #285891

Text Example


Text Example

White with #285891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285891; }

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

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

background-color css

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

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

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

border-color css

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

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

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