Html Css Color HEX #286593 Endeavour

📋 copy color: '#286593'

red 40 ◦ green 101 ◦ blue 147

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

Shades of Endeavour #286593

Tints of Endeavour #286593

RGB

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

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

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

R = 13.89%
G = 35.07%
B = 51.04%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#286593 (or 0x286593) is known color: Endeavour. HEX triplet: 28, 65 and 93. RGB value is (40,101,147). Sum of RGB (Red+Green+Blue) = 40+101+147=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #286593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286593 is #D79A6C. Grayscale: #575757. Windows color (decimal): -14129773 or 9659688. OLE color: 9659688.

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

Color convert

RGB 40 101 147 -
CMYK 0.73 0.31 0 0.42
HSL 205.79º 0.57% 0.37% -
HSV(B) 205.79º 0.73% 0.58% -
XYZ 10.8 11.87 29.32 -
YUV 88.01 161.29 93.76 -
System Red Green Blue C M Y K H S L
Decimal 40 101 147 0.73 0.31 0 0.42 205.79 0.57 0.37
Hex 28 65 93 49 1F 0 2A CE 39 25
Octal 50 145 223 111 37 0 52 316 71 45
Binary 101000 1100101 10010011 1001001 11111 0 101010 11001110 111001 100101

Color Harmonies of #286593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286593

Black with #286593

Text Example


Text Example

White with #286593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286593; }

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

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

background-color css

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

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

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

border-color css

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

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

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