Html Css Color HEX #286195 Endeavour

📋 copy color: '#286195'

red 40 ◦ green 97 ◦ blue 149

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

Shades of Endeavour #286195

Tints of Endeavour #286195

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.92%

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

R = 13.99%
G = 33.92%
B = 52.1%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#286195 (or 0x286195) is known color: Endeavour. HEX triplet: 28, 61 and 95. RGB value is (40,97,149). Sum of RGB (Red+Green+Blue) = 40+97+149=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #286195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286195 is #D79E6A. Grayscale: #555555. Windows color (decimal): -14130795 or 9789736. OLE color: 9789736.

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

Color convert

RGB 40 97 149 -
CMYK 0.73 0.35 0 0.42
HSL 208.62º 0.58% 0.37% -
HSV(B) 208.62º 0.73% 0.58% -
XYZ 10.57 11.17 30.03 -
YUV 85.89 163.62 95.27 -
System Red Green Blue C M Y K H S L
Decimal 40 97 149 0.73 0.35 0 0.42 208.62 0.58 0.37
Hex 28 61 95 49 23 0 2A D1 3A 25
Octal 50 141 225 111 43 0 52 321 72 45
Binary 101000 1100001 10010101 1001001 100011 0 101010 11010001 111010 100101

Color Harmonies of #286195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286195

Black with #286195

Text Example


Text Example

White with #286195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286195; }

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

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

background-color css

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

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

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

border-color css

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

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

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