#336392

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

Shades of Endeavour #336392

Tints of Endeavour #336392

Color information

#336392 (or 0x336392) is unknown color: approx Endeavour. HEX triplet: 33, 63 and 92. RGB value is (51,99,146). Sum of RGB (Red+Green+Blue) = 51+99+146=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #336392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336392 is #CC9C6D. Grayscale: #595959. Windows color (decimal): -13409390 or 9593651. OLE color: 9593651.

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

Color convert

RGB5199146-
CMYK0.650.3200.43
HSL209.68º48.22%38.63%-
HSV(B)209.68º65.07%57.25%-
XYZ11.0211.728.87-
YUV90.01159.6100.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.23%
GREEN value IS 99 (39.06% from 255) = 33.45%
BLUE value IS 146 (57.42% from 255) = 49.32%
R=17.23%
G=33.45%
B=49.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51991460.650.3200.43209.6848.2238.63
Hex336392412002Bd23027
Octal63143222101400533226047
Binary1100111100011100100101000001100000010101111010010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336392; }

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

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

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

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

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

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

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

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