Html Css Color HEX #286092 Endeavour

📋 copy color: '#286092'

red 40 ◦ green 96 ◦ blue 146

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

Shades of Endeavour #286092

Tints of Endeavour #286092

RGB

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

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

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

R = 14.18%
G = 34.04%
B = 51.77%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#286092 (or 0x286092) is known color: Endeavour. HEX triplet: 28, 60 and 92. RGB value is (40,96,146). Sum of RGB (Red+Green+Blue) = 40+96+146=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #286092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286092 is #D79F6D. Grayscale: #545454. Windows color (decimal): -14131054 or 9592872. OLE color: 9592872.

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

Color convert

RGB 40 96 146 -
CMYK 0.73 0.34 0 0.43
HSL 208.3º 0.57% 0.36% -
HSV(B) 208.3º 0.73% 0.57% -
XYZ 10.25 10.89 28.76 -
YUV 84.96 162.45 95.93 -
System Red Green Blue C M Y K H S L
Decimal 40 96 146 0.73 0.34 0 0.43 208.3 0.57 0.36
Hex 28 60 92 49 22 0 2B D0 39 24
Octal 50 140 222 111 42 0 53 320 71 44
Binary 101000 1100000 10010010 1001001 100010 0 101011 11010000 111001 100100

Color Harmonies of #286092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286092

Black with #286092

Text Example


Text Example

White with #286092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286092; }

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

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

background-color css

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

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

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

border-color css

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

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

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