Html Css Color HEX #286492 Endeavour

📋 copy color: '#286492'

red 40 ◦ green 100 ◦ blue 146

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

Shades of Endeavour #286492

Tints of Endeavour #286492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.05%

R = 13.99%
G = 34.97%
B = 51.05%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#286492 (or 0x286492) is known color: Endeavour. HEX triplet: 28, 64 and 92. RGB value is (40,100,146). Sum of RGB (Red+Green+Blue) = 40+100+146=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #286492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286492 is #D79B6D. Grayscale: #575757. Windows color (decimal): -14130030 or 9593896. OLE color: 9593896.

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

Color convert

RGB 40 100 146 -
CMYK 0.73 0.32 0 0.43
HSL 206.04º 0.57% 0.36% -
HSV(B) 206.04º 0.73% 0.57% -
XYZ 10.62 11.64 28.88 -
YUV 87.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 40 100 146 0.73 0.32 0 0.43 206.04 0.57 0.36
Hex 28 64 92 49 20 0 2B CE 39 24
Octal 50 144 222 111 40 0 53 316 71 44
Binary 101000 1100100 10010010 1001001 100000 0 101011 11001110 111001 100100

Color Harmonies of #286492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286492

Black with #286492

Text Example


Text Example

White with #286492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286492; }

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

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

background-color css

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

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

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

border-color css

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

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

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