Html Css Color HEX #286595 Endeavour

📋 copy color: '#286595'

red 40 ◦ green 101 ◦ blue 149

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

Shades of Endeavour #286595

Tints of Endeavour #286595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.83%

 BLUE value IS 149 (58.59% from 255) = 51.38%

R = 13.79%
G = 34.83%
B = 51.38%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#286595 (or 0x286595) is known color: Endeavour. HEX triplet: 28, 65 and 95. RGB value is (40,101,149). Sum of RGB (Red+Green+Blue) = 40+101+149=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #286595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286595 is #D79A6A. Grayscale: #575757. Windows color (decimal): -14129771 or 9790760. OLE color: 9790760.

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

Color convert

RGB 40 101 149 -
CMYK 0.73 0.32 0 0.42
HSL 206.42º 0.58% 0.37% -
HSV(B) 206.42º 0.73% 0.58% -
XYZ 10.95 11.93 30.16 -
YUV 88.23 162.29 93.6 -
System Red Green Blue C M Y K H S L
Decimal 40 101 149 0.73 0.32 0 0.42 206.42 0.58 0.37
Hex 28 65 95 49 20 0 2A CE 3A 25
Octal 50 145 225 111 40 0 52 316 72 45
Binary 101000 1100101 10010101 1001001 100000 0 101010 11001110 111010 100101

Color Harmonies of #286595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286595

Black with #286595

Text Example


Text Example

White with #286595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286595; }

 p { color: rgb(40,101,149); }

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

background-color css

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

 a { background-color: rgb(40,101,149); }

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

border-color css

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

 span { border-color: rgb(40,101,149); }

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