Html Css Color HEX #286290 Endeavour

📋 copy color: '#286290'

red 40 ◦ green 98 ◦ blue 144

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

Shades of Endeavour #286290

Tints of Endeavour #286290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.75%

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

R = 14.18%
G = 34.75%
B = 51.06%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#286290 (or 0x286290) is known color: Endeavour. HEX triplet: 28, 62 and 90. RGB value is (40,98,144). Sum of RGB (Red+Green+Blue) = 40+98+144=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #286290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286290 is #D79D6F. Grayscale: #555555. Windows color (decimal): -14130544 or 9462312. OLE color: 9462312.

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

Color convert

RGB 40 98 144 -
CMYK 0.72 0.32 0 0.44
HSL 206.54º 0.57% 0.36% -
HSV(B) 206.54º 0.72% 0.56% -
XYZ 10.28 11.2 28.01 -
YUV 85.9 160.78 95.26 -
System Red Green Blue C M Y K H S L
Decimal 40 98 144 0.72 0.32 0 0.44 206.54 0.57 0.36
Hex 28 62 90 48 20 0 2C CF 39 24
Octal 50 142 220 110 40 0 54 317 71 44
Binary 101000 1100010 10010000 1001000 100000 0 101100 11001111 111001 100100

Color Harmonies of #286290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286290

Black with #286290

Text Example


Text Example

White with #286290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286290; }

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

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

background-color css

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

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

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

border-color css

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

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

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