Html Css Color HEX #285189 Endeavour

📋 copy color: '#285189'

red 40 ◦ green 81 ◦ blue 137

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

Shades of Endeavour #285189

Tints of Endeavour #285189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.4%

 BLUE value IS 137 (53.91% from 255) = 53.1%

R = 15.5%
G = 31.4%
B = 53.1%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#285189 (or 0x285189) is known color: Endeavour. HEX triplet: 28, 51 and 89. RGB value is (40,81,137). Sum of RGB (Red+Green+Blue) = 40+81+137=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #285189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285189 is #D7AE76. Grayscale: #4A4A4A. Windows color (decimal): -14134903 or 8999208. OLE color: 8999208.

HSL color Cylindrical-coordinate representation of color #285189: hue angle of 214.64º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #285189 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 81 137 -
CMYK 0.71 0.41 0 0.46
HSL 214.64º 0.55% 0.35% -
HSV(B) 214.64º 0.71% 0.54% -
XYZ 8.33 8.14 24.8 -
YUV 75.13 162.92 102.95 -
System Red Green Blue C M Y K H S L
Decimal 40 81 137 0.71 0.41 0 0.46 214.64 0.55 0.35
Hex 28 51 89 47 29 0 2E D7 37 23
Octal 50 121 211 107 51 0 56 327 67 43
Binary 101000 1010001 10001001 1000111 101001 0 101110 11010111 110111 100011

Color Harmonies of #285189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285189

Black with #285189

Text Example


Text Example

White with #285189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285189; }

 p { color: rgb(40,81,137); }

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

background-color css

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

 a { background-color: rgb(40,81,137); }

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

border-color css

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

 span { border-color: rgb(40,81,137); }

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