#336393

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

Shades of Endeavour #336393

Tints of Endeavour #336393

Color information

#336393 (or 0x336393) is unknown color: approx Endeavour. HEX triplet: 33, 63 and 93. RGB value is (51,99,147). Sum of RGB (Red+Green+Blue) = 51+99+147=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #336393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336393 is #CC9C6C. Grayscale: #595959. Windows color (decimal): -13409389 or 9659187. OLE color: 9659187.

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

Color convert

RGB5199147-
CMYK0.650.3300.42
HSL210º48.48%38.82%-
HSV(B)210º65.31%57.65%-
XYZ11.0911.7329.28-
YUV90.12160.1100.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 99 (39.06% from 255) = 33.33%
BLUE value IS 147 (57.81% from 255) = 49.49%
R=17.17%
G=33.33%
B=49.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51991470.650.3300.4221048.4838.82
Hex336393412102Ad23027
Octal63143223101410523226047
Binary1100111100011100100111000001100001010101011010010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336393; }

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

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

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

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

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

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

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

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