#336397

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

Shades of Lochmara #336397

Tints of Lochmara #336397

Color information

#336397 (or 0x336397) is unknown color: approx Lochmara. HEX triplet: 33, 63 and 97. RGB value is (51,99,151). Sum of RGB (Red+Green+Blue) = 51+99+151=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #336397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336397 is #CC9C68. Grayscale: #5A5A5A. Windows color (decimal): -13409385 or 9921331. OLE color: 9921331.

HSL color Cylindrical-coordinate representation of color #336397: hue angle of 211.2º 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 #336397 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5199151-
CMYK0.660.3400.41
HSL211.2º49.5%39.61%-
HSV(B)211.2º66.23%59.22%-
XYZ11.4111.8630.97-
YUV90.58162.199.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.94%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 151 (59.38% from 255) = 50.17%
R=16.94%
G=32.89%
B=50.17%

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
Decimal51991510.660.3400.41211.249.539.61
Hex3363974222029d33228
Octal63143227102420513236250
Binary1100111100011100101111000010100010010100111010011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336397; }

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

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

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

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

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

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

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

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