Html Css Color HEX #286493 Endeavour

📋 copy color: '#286493'

red 40 ◦ green 100 ◦ blue 147

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

Shades of Endeavour #286493

Tints of Endeavour #286493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.84%

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

R = 13.94%
G = 34.84%
B = 51.22%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#286493 (or 0x286493) is known color: Endeavour. HEX triplet: 28, 64 and 93. RGB value is (40,100,147). Sum of RGB (Red+Green+Blue) = 40+100+147=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #286493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286493 is #D79B6C. Grayscale: #575757. Windows color (decimal): -14130029 or 9659432. OLE color: 9659432.

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

Color convert

RGB 40 100 147 -
CMYK 0.73 0.32 0 0.42
HSL 206.36º 0.57% 0.37% -
HSV(B) 206.36º 0.73% 0.58% -
XYZ 10.7 11.67 29.29 -
YUV 87.42 161.62 94.18 -
System Red Green Blue C M Y K H S L
Decimal 40 100 147 0.73 0.32 0 0.42 206.36 0.57 0.37
Hex 28 64 93 49 20 0 2A CE 39 25
Octal 50 144 223 111 40 0 52 316 71 45
Binary 101000 1100100 10010011 1001001 100000 0 101010 11001110 111001 100101

Color Harmonies of #286493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286493

Black with #286493

Text Example


Text Example

White with #286493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286493; }

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

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

background-color css

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

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

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

border-color css

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

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

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