#336493

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

Shades of Lochmara #336493

Tints of Lochmara #336493

Color information

#336493 (or 0x336493) is unknown color: approx Lochmara. HEX triplet: 33, 64 and 93. RGB value is (51,100,147). Sum of RGB (Red+Green+Blue) = 51+100+147=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #336493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336493 is #CC9B6C. Grayscale: #5A5A5A. Windows color (decimal): -13409133 or 9659443. OLE color: 9659443.

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

Color convert

RGB51100147-
CMYK0.650.3200.42
HSL209.38º48.48%38.82%-
HSV(B)209.38º65.31%57.65%-
XYZ11.1911.9229.32-
YUV90.71159.7799.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.11%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 147 (57.81% from 255) = 49.33%
R=17.11%
G=33.56%
B=49.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511001470.650.3200.42209.3848.4838.82
Hex336493412002Ad13027
Octal63144223101400523216047
Binary1100111100100100100111000001100000010101011010001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336493; }

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

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

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

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

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

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

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

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