Html Css Color HEX #286199 Endeavour

📋 copy color: '#286199'

red 40 ◦ green 97 ◦ blue 153

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

Shades of Endeavour #286199

Tints of Endeavour #286199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.76%

R = 13.79%
G = 33.45%
B = 52.76%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#286199 (or 0x286199) is known color: Endeavour. HEX triplet: 28, 61 and 99. RGB value is (40,97,153). Sum of RGB (Red+Green+Blue) = 40+97+153=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #286199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286199 is #D79E66. Grayscale: #565656. Windows color (decimal): -14130791 or 10051880. OLE color: 10051880.

HSL color Cylindrical-coordinate representation of color #286199: hue angle of 209.73º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #286199 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 97 153 -
CMYK 0.74 0.37 0 0.4
HSL 209.73º 0.59% 0.38% -
HSV(B) 209.73º 0.74% 0.6% -
XYZ 10.9 11.3 31.74 -
YUV 86.34 165.62 94.95 -
System Red Green Blue C M Y K H S L
Decimal 40 97 153 0.74 0.37 0 0.4 209.73 0.59 0.38
Hex 28 61 99 4A 25 0 28 D2 3B 26
Octal 50 141 231 112 45 0 50 322 73 46
Binary 101000 1100001 10011001 1001010 100101 0 101000 11010010 111011 100110

Color Harmonies of #286199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286199

Black with #286199

Text Example


Text Example

White with #286199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286199; }

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

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

background-color css

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

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

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

border-color css

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

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

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