#336193

Color #336193 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #336193

Tints of Endeavour #336193

Color information

#336193 (or 0x336193) is unknown color: approx Endeavour. HEX triplet: 33, 61 and 93. RGB value is (51,97,147). Sum of RGB (Red+Green+Blue) = 51+97+147=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #336193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336193 is #CC9E6C. Grayscale: #585858. Windows color (decimal): -13409901 or 9658675. OLE color: 9658675.

HSL color Cylindrical-coordinate representation of color #336193: hue angle of 211.25º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #336193 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5197147-
CMYK0.650.3400.42
HSL211.25º48.48%38.82%-
HSV(B)211.25º65.31%57.65%-
XYZ10.9111.3629.22-
YUV88.95160.76100.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.29%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 147 (57.81% from 255) = 49.83%
R=17.29%
G=32.88%
B=49.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51971470.650.3400.42211.2548.4838.82
Hex336193412202Ad33027
Octal63141223101420523236047
Binary1100111100001100100111000001100010010101011010011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336193; }

 p { color: rgb(51,97,147); }

 H1.HeaderClassName
 {
   color: #336193;
 }
 .AnyTagClassName
 {
   color: #336193;
 }
</style>
background-color css

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

 a { background-color: rgb(51,97,147); }

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

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

 span { border-color: rgb(51,97,147); }

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