Html Css Color HEX #285496 Endeavour

📋 copy color: '#285496'

red 40 ◦ green 84 ◦ blue 150

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

Shades of Endeavour #285496

Tints of Endeavour #285496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 54.74%

R = 14.6%
G = 30.66%
B = 54.74%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#285496 (or 0x285496) is known color: Endeavour. HEX triplet: 28, 54 and 96. RGB value is (40,84,150). Sum of RGB (Red+Green+Blue) = 40+84+150=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #285496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285496 is #D7AB69. Grayscale: #4E4E4E. Windows color (decimal): -14134122 or 9851944. OLE color: 9851944.

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

Color convert

RGB 40 84 150 -
CMYK 0.73 0.44 0 0.41
HSL 216º 0.58% 0.37% -
HSV(B) 216º 0.73% 0.59% -
XYZ 9.55 8.99 30.09 -
YUV 78.37 168.42 100.63 -
System Red Green Blue C M Y K H S L
Decimal 40 84 150 0.73 0.44 0 0.41 216 0.58 0.37
Hex 28 54 96 49 2C 0 29 D8 3A 25
Octal 50 124 226 111 54 0 51 330 72 45
Binary 101000 1010100 10010110 1001001 101100 0 101001 11011000 111010 100101

Color Harmonies of #285496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285496

Black with #285496

Text Example


Text Example

White with #285496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285496; }

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

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

background-color css

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

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

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

border-color css

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

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

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