#336497

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

Shades of Lochmara #336497

Tints of Lochmara #336497

Color information

#336497 (or 0x336497) is unknown color: approx Lochmara. HEX triplet: 33, 64 and 97. RGB value is (51,100,151). Sum of RGB (Red+Green+Blue) = 51+100+151=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #336497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336497 is #CC9B68. Grayscale: #5A5A5A. Windows color (decimal): -13409129 or 9921587. OLE color: 9921587.

HSL color Cylindrical-coordinate representation of color #336497: hue angle of 210.6º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #336497 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB51100151-
CMYK0.660.3400.41
HSL210.6º49.5%39.61%-
HSV(B)210.6º66.23%59.22%-
XYZ11.5112.0531-
YUV91.16161.7799.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.89%
GREEN value IS 100 (39.45% from 255) = 33.11%
BLUE value IS 151 (59.38% from 255) = 50%
R=16.89%
G=33.11%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511001510.660.3400.41210.649.539.61
Hex3364974222029d33228
Octal63144227102420513236250
Binary1100111100100100101111000010100010010100111010011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336497; }

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

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

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

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

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

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

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

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