Html Css Color HEX #286293 Endeavour

📋 copy color: '#286293'

red 40 ◦ green 98 ◦ blue 147

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

Shades of Endeavour #286293

Tints of Endeavour #286293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.58%

R = 14.04%
G = 34.39%
B = 51.58%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#286293 (or 0x286293) is known color: Endeavour. HEX triplet: 28, 62 and 93. RGB value is (40,98,147). Sum of RGB (Red+Green+Blue) = 40+98+147=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #286293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286293 is #D79D6C. Grayscale: #555555. Windows color (decimal): -14130541 or 9658920. OLE color: 9658920.

HSL color Cylindrical-coordinate representation of color #286293: hue angle of 207.48º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #286293 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 98 147 -
CMYK 0.73 0.33 0 0.42
HSL 207.48º 0.57% 0.37% -
HSV(B) 207.48º 0.73% 0.58% -
XYZ 10.51 11.29 29.23 -
YUV 86.24 162.28 95.02 -
System Red Green Blue C M Y K H S L
Decimal 40 98 147 0.73 0.33 0 0.42 207.48 0.57 0.37
Hex 28 62 93 49 21 0 2A CF 39 25
Octal 50 142 223 111 41 0 52 317 71 45
Binary 101000 1100010 10010011 1001001 100001 0 101010 11001111 111001 100101

Color Harmonies of #286293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286293

Black with #286293

Text Example


Text Example

White with #286293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286293; }

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

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

background-color css

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

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

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

border-color css

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

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

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