#337999

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

Shades of Lochmara #337999

Tints of Lochmara #337999

Color information

#337999 (or 0x337999) is unknown color: approx Lochmara. HEX triplet: 33, 79 and 99. RGB value is (51,121,153). Sum of RGB (Red+Green+Blue) = 51+121+153=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #337999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337999 is #CC8666. Grayscale: #676767. Windows color (decimal): -13403751 or 10058035. OLE color: 10058035.

HSL color Cylindrical-coordinate representation of color #337999: hue angle of 198.82º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #337999 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB51121153-
CMYK0.670.2100.4
HSL198.82º50%40%-
HSV(B)198.82º66.67%60%-
XYZ13.9516.6832.62-
YUV103.72155.8190.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.69%
GREEN value IS 121 (47.66% from 255) = 37.23%
BLUE value IS 153 (60.16% from 255) = 47.08%
R=15.69%
G=37.23%
B=47.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511211530.670.2100.4198.825040
Hex3379994315028c73228
Octal63171231103250503076250
Binary110011111100110011001100001110101010100011000111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337999; }

 p { color: rgb(51,121,153); }

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

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

 a { background-color: rgb(51,121,153); }

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

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

 span { border-color: rgb(51,121,153); }

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