#337199

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

Shades of Lochmara #337199

Tints of Lochmara #337199

Color information

#337199 (or 0x337199) is unknown color: approx Lochmara. HEX triplet: 33, 71 and 99. RGB value is (51,113,153). Sum of RGB (Red+Green+Blue) = 51+113+153=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #337199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337199 is #CC8E66. Grayscale: #626262. Windows color (decimal): -13405799 or 10055987. OLE color: 10055987.

HSL color Cylindrical-coordinate representation of color #337199: hue angle of 203.53º 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 #337199 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB51113153-
CMYK0.670.2600.4
HSL203.53º50%40%-
HSV(B)203.53º66.67%60%-
XYZ13.0214.8132.31-
YUV99.02158.4693.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.09%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 153 (60.16% from 255) = 48.26%
R=16.09%
G=35.65%
B=48.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511131530.670.2600.4203.535040
Hex337199431A028cc3228
Octal63161231103320503146250
Binary110011111000110011001100001111010010100011001100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337199; }

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

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

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

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

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

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

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

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