Html Css Color HEX #286095 Endeavour

📋 copy color: '#286095'

red 40 ◦ green 96 ◦ blue 149

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

Shades of Endeavour #286095

Tints of Endeavour #286095

RGB

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

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

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

R = 14.04%
G = 33.68%
B = 52.28%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#286095 (or 0x286095) is known color: Endeavour. HEX triplet: 28, 60 and 95. RGB value is (40,96,149). Sum of RGB (Red+Green+Blue) = 40+96+149=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #286095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286095 is #D79F6A. Grayscale: #555555. Windows color (decimal): -14131051 or 9789480. OLE color: 9789480.

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

Color convert

RGB 40 96 149 -
CMYK 0.73 0.36 0 0.42
HSL 209.17º 0.58% 0.37% -
HSV(B) 209.17º 0.73% 0.58% -
XYZ 10.48 10.99 30 -
YUV 85.3 163.95 95.69 -
System Red Green Blue C M Y K H S L
Decimal 40 96 149 0.73 0.36 0 0.42 209.17 0.58 0.37
Hex 28 60 95 49 24 0 2A D1 3A 25
Octal 50 140 225 111 44 0 52 321 72 45
Binary 101000 1100000 10010101 1001001 100100 0 101010 11010001 111010 100101

Color Harmonies of #286095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286095

Black with #286095

Text Example


Text Example

White with #286095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286095; }

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

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

background-color css

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

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

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

border-color css

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

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

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