Html Css Color HEX #286093 Endeavour

📋 copy color: '#286093'

red 40 ◦ green 96 ◦ blue 147

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

Shades of Endeavour #286093

Tints of Endeavour #286093

RGB

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

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

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

R = 14.13%
G = 33.92%
B = 51.94%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#286093 (or 0x286093) is known color: Endeavour. HEX triplet: 28, 60 and 93. RGB value is (40,96,147). Sum of RGB (Red+Green+Blue) = 40+96+147=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #286093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286093 is #D79F6C. Grayscale: #545454. Windows color (decimal): -14131053 or 9658408. OLE color: 9658408.

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

Color convert

RGB 40 96 147 -
CMYK 0.73 0.35 0 0.42
HSL 208.6º 0.57% 0.37% -
HSV(B) 208.6º 0.73% 0.58% -
XYZ 10.32 10.92 29.17 -
YUV 85.07 162.95 95.85 -
System Red Green Blue C M Y K H S L
Decimal 40 96 147 0.73 0.35 0 0.42 208.6 0.57 0.37
Hex 28 60 93 49 23 0 2A D1 39 25
Octal 50 140 223 111 43 0 52 321 71 45
Binary 101000 1100000 10010011 1001001 100011 0 101010 11010001 111001 100101

Color Harmonies of #286093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286093

Black with #286093

Text Example


Text Example

White with #286093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286093; }

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

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

background-color css

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

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

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

border-color css

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

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

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