Html Css Color HEX #286393 Endeavour

📋 copy color: '#286393'

red 40 ◦ green 99 ◦ blue 147

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

Shades of Endeavour #286393

Tints of Endeavour #286393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.62%

 BLUE value IS 147 (57.81% from 255) = 51.4%

R = 13.99%
G = 34.62%
B = 51.4%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#286393 (or 0x286393) is known color: Endeavour. HEX triplet: 28, 63 and 93. RGB value is (40,99,147). Sum of RGB (Red+Green+Blue) = 40+99+147=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #286393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286393 is #D79C6C. Grayscale: #565656. Windows color (decimal): -14130285 or 9659176. OLE color: 9659176.

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

Color convert

RGB 40 99 147 -
CMYK 0.73 0.33 0 0.42
HSL 206.92º 0.57% 0.37% -
HSV(B) 206.92º 0.73% 0.58% -
XYZ 10.6 11.48 29.26 -
YUV 86.83 161.95 94.6 -
System Red Green Blue C M Y K H S L
Decimal 40 99 147 0.73 0.33 0 0.42 206.92 0.57 0.37
Hex 28 63 93 49 21 0 2A CF 39 25
Octal 50 143 223 111 41 0 52 317 71 45
Binary 101000 1100011 10010011 1001001 100001 0 101010 11001111 111001 100101

Color Harmonies of #286393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286393

Black with #286393

Text Example


Text Example

White with #286393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286393; }

 p { color: rgb(40,99,147); }

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

background-color css

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

 a { background-color: rgb(40,99,147); }

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

border-color css

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

 span { border-color: rgb(40,99,147); }

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