#337499

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

Shades of Lochmara #337499

Tints of Lochmara #337499

Color information

#337499 (or 0x337499) is unknown color: approx Lochmara. HEX triplet: 33, 74 and 99. RGB value is (51,116,153). Sum of RGB (Red+Green+Blue) = 51+116+153=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #337499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337499 is #CC8B66. Grayscale: #646464. Windows color (decimal): -13405031 or 10056755. OLE color: 10056755.

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

Color convert

RGB51116153-
CMYK0.670.2400.4
HSL201.76º50%40%-
HSV(B)201.76º66.67%60%-
XYZ13.3615.4932.42-
YUV100.78157.4792.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.94%
GREEN value IS 116 (45.70% from 255) = 36.25%
BLUE value IS 153 (60.16% from 255) = 47.81%
R=15.94%
G=36.25%
B=47.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511161530.670.2400.4201.765040
Hex3374994318028ca3228
Octal63164231103300503126250
Binary110011111010010011001100001111000010100011001010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337499; }

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

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

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

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

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

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

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

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