Html Css Color HEX #286096 Endeavour

📋 copy color: '#286096'

red 40 ◦ green 96 ◦ blue 150

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

Shades of Endeavour #286096

Tints of Endeavour #286096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.57%

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

R = 13.99%
G = 33.57%
B = 52.45%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#286096 (or 0x286096) is known color: Endeavour. HEX triplet: 28, 60 and 96. RGB value is (40,96,150). Sum of RGB (Red+Green+Blue) = 40+96+150=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #286096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286096 is #D79F69. Grayscale: #555555. Windows color (decimal): -14131050 or 9855016. OLE color: 9855016.

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

Color convert

RGB 40 96 150 -
CMYK 0.73 0.36 0 0.41
HSL 209.45º 0.58% 0.37% -
HSV(B) 209.45º 0.73% 0.59% -
XYZ 10.56 11.02 30.42 -
YUV 85.41 164.45 95.61 -
System Red Green Blue C M Y K H S L
Decimal 40 96 150 0.73 0.36 0 0.41 209.45 0.58 0.37
Hex 28 60 96 49 24 0 29 D1 3A 25
Octal 50 140 226 111 44 0 51 321 72 45
Binary 101000 1100000 10010110 1001001 100100 0 101001 11010001 111010 100101

Color Harmonies of #286096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286096

Black with #286096

Text Example


Text Example

White with #286096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286096; }

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

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

background-color css

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

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

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

border-color css

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

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

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