Html Css Color HEX #285089 Endeavour

📋 copy color: '#285089'

red 40 ◦ green 80 ◦ blue 137

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

Shades of Endeavour #285089

Tints of Endeavour #285089

RGB

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

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

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

R = 15.56%
G = 31.13%
B = 53.31%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#285089 (or 0x285089) is known color: Endeavour. HEX triplet: 28, 50 and 89. RGB value is (40,80,137). Sum of RGB (Red+Green+Blue) = 40+80+137=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #285089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285089 is #D7AF76. Grayscale: #4A4A4A. Windows color (decimal): -14135159 or 8998952. OLE color: 8998952.

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

Color convert

RGB 40 80 137 -
CMYK 0.71 0.42 0 0.46
HSL 215.26º 0.55% 0.35% -
HSV(B) 215.26º 0.71% 0.54% -
XYZ 8.26 7.99 24.77 -
YUV 74.54 163.25 103.37 -
System Red Green Blue C M Y K H S L
Decimal 40 80 137 0.71 0.42 0 0.46 215.26 0.55 0.35
Hex 28 50 89 47 2A 0 2E D7 37 23
Octal 50 120 211 107 52 0 56 327 67 43
Binary 101000 1010000 10001001 1000111 101010 0 101110 11010111 110111 100011

Color Harmonies of #285089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285089

Black with #285089

Text Example


Text Example

White with #285089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285089; }

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

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

background-color css

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

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

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

border-color css

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

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

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