Html Css Color HEX #286396 Endeavour

📋 copy color: '#286396'

red 40 ◦ green 99 ◦ blue 150

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

Shades of Endeavour #286396

Tints of Endeavour #286396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.26%

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

R = 13.84%
G = 34.26%
B = 51.9%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#286396 (or 0x286396) is known color: Endeavour. HEX triplet: 28, 63 and 96. RGB value is (40,99,150). Sum of RGB (Red+Green+Blue) = 40+99+150=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #286396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286396 is #D79C69. Grayscale: #565656. Windows color (decimal): -14130282 or 9855784. OLE color: 9855784.

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

Color convert

RGB 40 99 150 -
CMYK 0.73 0.34 0 0.41
HSL 207.82º 0.58% 0.37% -
HSV(B) 207.82º 0.73% 0.59% -
XYZ 10.84 11.58 30.52 -
YUV 87.17 163.45 94.35 -
System Red Green Blue C M Y K H S L
Decimal 40 99 150 0.73 0.34 0 0.41 207.82 0.58 0.37
Hex 28 63 96 49 22 0 29 D0 3A 25
Octal 50 143 226 111 42 0 51 320 72 45
Binary 101000 1100011 10010110 1001001 100010 0 101001 11010000 111010 100101

Color Harmonies of #286396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286396

Black with #286396

Text Example


Text Example

White with #286396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286396; }

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

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

background-color css

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

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

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

border-color css

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

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

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