#336693

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

Shades of Lochmara #336693

Tints of Lochmara #336693

Color information

#336693 (or 0x336693) is unknown color: approx Lochmara. HEX triplet: 33, 66 and 93. RGB value is (51,102,147). Sum of RGB (Red+Green+Blue) = 51+102+147=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #336693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336693 is #CC996C. Grayscale: #5B5B5B. Windows color (decimal): -13408621 or 9659955. OLE color: 9659955.

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

Color convert

RGB51102147-
CMYK0.650.3100.42
HSL208.12º48.48%38.82%-
HSV(B)208.12º65.31%57.65%-
XYZ11.3812.3129.38-
YUV91.88159.198.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17%
GREEN value IS 102 (40.23% from 255) = 34%
BLUE value IS 147 (57.81% from 255) = 49%
R=17%
G=34%
B=49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511021470.650.3100.42208.1248.4838.82
Hex336693411F02Ad03027
Octal63146223101370523206047
Binary110011110011010010011100000111111010101011010000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336693; }

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

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

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

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

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

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

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

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