Html Css Color HEX #286391 Endeavour

📋 copy color: '#286391'

red 40 ◦ green 99 ◦ blue 145

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

Shades of Endeavour #286391

Tints of Endeavour #286391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 51.06%

R = 14.08%
G = 34.86%
B = 51.06%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#286391 (or 0x286391) is known color: Endeavour. HEX triplet: 28, 63 and 91. RGB value is (40,99,145). Sum of RGB (Red+Green+Blue) = 40+99+145=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #286391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286391 is #D79C6E. Grayscale: #565656. Windows color (decimal): -14130287 or 9528104. OLE color: 9528104.

HSL color Cylindrical-coordinate representation of color #286391: hue angle of 206.29º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #286391 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 99 145 -
CMYK 0.72 0.32 0 0.43
HSL 206.29º 0.57% 0.36% -
HSV(B) 206.29º 0.72% 0.57% -
XYZ 10.45 11.42 28.44 -
YUV 86.6 160.95 94.76 -
System Red Green Blue C M Y K H S L
Decimal 40 99 145 0.72 0.32 0 0.43 206.29 0.57 0.36
Hex 28 63 91 48 20 0 2B CE 39 24
Octal 50 143 221 110 40 0 53 316 71 44
Binary 101000 1100011 10010001 1001000 100000 0 101011 11001110 111001 100100

Color Harmonies of #286391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286391

Black with #286391

Text Example


Text Example

White with #286391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286391; }

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

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

background-color css

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

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

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

border-color css

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

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

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