Html Css Color HEX #286491 Endeavour

📋 copy color: '#286491'

red 40 ◦ green 100 ◦ blue 145

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

Shades of Endeavour #286491

Tints of Endeavour #286491

RGB

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

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

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

R = 14.04%
G = 35.09%
B = 50.88%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#286491 (or 0x286491) is known color: Endeavour. HEX triplet: 28, 64 and 91. RGB value is (40,100,145). Sum of RGB (Red+Green+Blue) = 40+100+145=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #286491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286491 is #D79B6E. Grayscale: #565656. Windows color (decimal): -14130031 or 9528360. OLE color: 9528360.

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

Color convert

RGB 40 100 145 -
CMYK 0.72 0.31 0 0.43
HSL 205.71º 0.57% 0.36% -
HSV(B) 205.71º 0.72% 0.57% -
XYZ 10.54 11.61 28.47 -
YUV 87.19 160.62 94.34 -
System Red Green Blue C M Y K H S L
Decimal 40 100 145 0.72 0.31 0 0.43 205.71 0.57 0.36
Hex 28 64 91 48 1F 0 2B CE 39 24
Octal 50 144 221 110 37 0 53 316 71 44
Binary 101000 1100100 10010001 1001000 11111 0 101011 11001110 111001 100100

Color Harmonies of #286491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286491

Black with #286491

Text Example


Text Example

White with #286491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286491; }

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

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

background-color css

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

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

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

border-color css

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

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

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