Html Css Color HEX #286090 Endeavour

📋 copy color: '#286090'

red 40 ◦ green 96 ◦ blue 144

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

Shades of Endeavour #286090

Tints of Endeavour #286090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.29%

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

R = 14.29%
G = 34.29%
B = 51.43%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#286090 (or 0x286090) is known color: Endeavour. HEX triplet: 28, 60 and 90. RGB value is (40,96,144). Sum of RGB (Red+Green+Blue) = 40+96+144=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #286090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286090 is #D79F6F. Grayscale: #545454. Windows color (decimal): -14131056 or 9461800. OLE color: 9461800.

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

Color convert

RGB 40 96 144 -
CMYK 0.72 0.33 0 0.44
HSL 207.69º 0.57% 0.36% -
HSV(B) 207.69º 0.72% 0.56% -
XYZ 10.09 10.83 27.94 -
YUV 84.73 161.45 96.1 -
System Red Green Blue C M Y K H S L
Decimal 40 96 144 0.72 0.33 0 0.44 207.69 0.57 0.36
Hex 28 60 90 48 21 0 2C D0 39 24
Octal 50 140 220 110 41 0 54 320 71 44
Binary 101000 1100000 10010000 1001000 100001 0 101100 11010000 111001 100100

Color Harmonies of #286090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286090

Black with #286090

Text Example


Text Example

White with #286090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286090; }

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

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

background-color css

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

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

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

border-color css

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

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

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