#336893

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

Shades of Lochmara #336893

Tints of Lochmara #336893

Color information

#336893 (or 0x336893) is unknown color: approx Lochmara. HEX triplet: 33, 68 and 93. RGB value is (51,104,147). Sum of RGB (Red+Green+Blue) = 51+104+147=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #336893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336893 is #CC976C. Grayscale: #5C5C5C. Windows color (decimal): -13408109 or 9660467. OLE color: 9660467.

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

Color convert

RGB51104147-
CMYK0.650.2900.42
HSL206.88º48.48%38.82%-
HSV(B)206.88º65.31%57.65%-
XYZ11.5812.7129.45-
YUV93.06158.4498-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.89%
GREEN value IS 104 (41.02% from 255) = 34.44%
BLUE value IS 147 (57.81% from 255) = 48.68%
R=16.89%
G=34.44%
B=48.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511041470.650.2900.42206.8848.4838.82
Hex336893411D02Acf3027
Octal63150223101350523176047
Binary110011110100010010011100000111101010101011001111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336893; }

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

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

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

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

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

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

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

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