Html Css Color HEX #286490 Endeavour

📋 copy color: '#286490'

red 40 ◦ green 100 ◦ blue 144

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

Shades of Endeavour #286490

Tints of Endeavour #286490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 50.7%

R = 14.08%
G = 35.21%
B = 50.7%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#286490 (or 0x286490) is known color: Endeavour. HEX triplet: 28, 64 and 90. RGB value is (40,100,144). Sum of RGB (Red+Green+Blue) = 40+100+144=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #286490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286490 is #D79B6F. Grayscale: #565656. Windows color (decimal): -14130032 or 9462824. OLE color: 9462824.

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

Color convert

RGB 40 100 144 -
CMYK 0.72 0.31 0 0.44
HSL 205.38º 0.57% 0.36% -
HSV(B) 205.38º 0.72% 0.56% -
XYZ 10.47 11.58 28.07 -
YUV 87.08 160.12 94.42 -
System Red Green Blue C M Y K H S L
Decimal 40 100 144 0.72 0.31 0 0.44 205.38 0.57 0.36
Hex 28 64 90 48 1F 0 2C CD 39 24
Octal 50 144 220 110 37 0 54 315 71 44
Binary 101000 1100100 10010000 1001000 11111 0 101100 11001101 111001 100100

Color Harmonies of #286490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286490

Black with #286490

Text Example


Text Example

White with #286490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286490; }

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

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

background-color css

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

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

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

border-color css

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

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

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