Html Css Color HEX #285497 Endeavour

📋 copy color: '#285497'

red 40 ◦ green 84 ◦ blue 151

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

Shades of Endeavour #285497

Tints of Endeavour #285497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.55%

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

R = 14.55%
G = 30.55%
B = 54.91%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#285497 (or 0x285497) is known color: Endeavour. HEX triplet: 28, 54 and 97. RGB value is (40,84,151). Sum of RGB (Red+Green+Blue) = 40+84+151=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 151 (59.38% from 255 or 54.91% from 275); Max value from RGB is 151 - color contains mainly: blue. Hex color #285497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285497 is #D7AB68. Grayscale: #4E4E4E. Windows color (decimal): -14134121 or 9917480. OLE color: 9917480.

HSL color Cylindrical-coordinate representation of color #285497: hue angle of 216.22º 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 #285497 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 84 151 -
CMYK 0.74 0.44 0 0.41
HSL 216.22º 0.58% 0.37% -
HSV(B) 216.22º 0.74% 0.59% -
XYZ 9.63 9.03 30.51 -
YUV 78.48 168.92 100.55 -
System Red Green Blue C M Y K H S L
Decimal 40 84 151 0.74 0.44 0 0.41 216.22 0.58 0.37
Hex 28 54 97 4A 2C 0 29 D8 3A 25
Octal 50 124 227 112 54 0 51 330 72 45
Binary 101000 1010100 10010111 1001010 101100 0 101001 11011000 111010 100101

Color Harmonies of #285497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285497

Black with #285497

Text Example


Text Example

White with #285497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285497; }

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

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

background-color css

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

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

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

border-color css

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

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

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