Html Css Color HEX #285897 Endeavour

📋 copy color: '#285897'

red 40 ◦ green 88 ◦ blue 151

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

Shades of Endeavour #285897

Tints of Endeavour #285897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 54.12%

R = 14.34%
G = 31.54%
B = 54.12%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#285897 (or 0x285897) is known color: Endeavour. HEX triplet: 28, 58 and 97. RGB value is (40,88,151). Sum of RGB (Red+Green+Blue) = 40+88+151=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 151 (59.38% from 255 or 54.12% from 279); Max value from RGB is 151 - color contains mainly: blue. Hex color #285897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285897 is #D7A768. Grayscale: #505050. Windows color (decimal): -14133097 or 9918504. OLE color: 9918504.

HSL color Cylindrical-coordinate representation of color #285897: hue angle of 214.05º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #285897 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 88 151 -
CMYK 0.74 0.42 0 0.41
HSL 214.05º 0.58% 0.37% -
HSV(B) 214.05º 0.74% 0.59% -
XYZ 9.95 9.66 30.62 -
YUV 80.83 167.6 98.88 -
System Red Green Blue C M Y K H S L
Decimal 40 88 151 0.74 0.42 0 0.41 214.05 0.58 0.37
Hex 28 58 97 4A 2A 0 29 D6 3A 25
Octal 50 130 227 112 52 0 51 326 72 45
Binary 101000 1011000 10010111 1001010 101010 0 101001 11010110 111010 100101

Color Harmonies of #285897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285897

Black with #285897

Text Example


Text Example

White with #285897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285897; }

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

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

background-color css

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

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

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

border-color css

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

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

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