Html Css Color HEX #285689 Endeavour

📋 copy color: '#285689'

red 40 ◦ green 86 ◦ blue 137

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

Shades of Endeavour #285689

Tints of Endeavour #285689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.7%

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

R = 15.21%
G = 32.7%
B = 52.09%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#285689 (or 0x285689) is known color: Endeavour. HEX triplet: 28, 56 and 89. RGB value is (40,86,137). Sum of RGB (Red+Green+Blue) = 40+86+137=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #285689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285689 is #D7A976. Grayscale: #4D4D4D. Windows color (decimal): -14133623 or 9000488. OLE color: 9000488.

HSL color Cylindrical-coordinate representation of color #285689: hue angle of 211.55º 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 #285689 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 86 137 -
CMYK 0.71 0.37 0 0.46
HSL 211.55º 0.55% 0.35% -
HSV(B) 211.55º 0.71% 0.54% -
XYZ 8.72 8.91 24.93 -
YUV 78.06 161.26 100.85 -
System Red Green Blue C M Y K H S L
Decimal 40 86 137 0.71 0.37 0 0.46 211.55 0.55 0.35
Hex 28 56 89 47 25 0 2E D4 37 23
Octal 50 126 211 107 45 0 56 324 67 43
Binary 101000 1010110 10001001 1000111 100101 0 101110 11010100 110111 100011

Color Harmonies of #285689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285689

Black with #285689

Text Example


Text Example

White with #285689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285689; }

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

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

background-color css

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

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

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

border-color css

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

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

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