Html Css Color HEX #286496 Endeavour

📋 copy color: '#286496'

red 40 ◦ green 100 ◦ blue 150

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

Shades of Endeavour #286496

Tints of Endeavour #286496

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.48%

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

R = 13.79%
G = 34.48%
B = 51.72%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#286496 (or 0x286496) is known color: Endeavour. HEX triplet: 28, 64 and 96. RGB value is (40,100,150). Sum of RGB (Red+Green+Blue) = 40+100+150=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 150 (58.98% from 255 or 51.72% from 290); Max value from RGB is 150 - color contains mainly: blue. Hex color #286496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286496 is #D79B69. Grayscale: #575757. Windows color (decimal): -14130026 or 9856040. OLE color: 9856040.

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

Color convert

RGB 40 100 150 -
CMYK 0.73 0.33 0 0.41
HSL 207.27º 0.58% 0.37% -
HSV(B) 207.27º 0.73% 0.59% -
XYZ 10.94 11.77 30.55 -
YUV 87.76 163.12 93.93 -
System Red Green Blue C M Y K H S L
Decimal 40 100 150 0.73 0.33 0 0.41 207.27 0.58 0.37
Hex 28 64 96 49 21 0 29 CF 3A 25
Octal 50 144 226 111 41 0 51 317 72 45
Binary 101000 1100100 10010110 1001001 100001 0 101001 11001111 111010 100101

Color Harmonies of #286496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286496

Black with #286496

Text Example


Text Example

White with #286496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286496; }

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

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

background-color css

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

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

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

border-color css

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

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

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