#337AAB

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

Shades of Lochmara #337AAB

Tints of Lochmara #337AAB

Color information

#337AAB (or 0x337AAB) is unknown color: approx Lochmara. HEX triplet: 33, 7A and AB. RGB value is (51,122,171). Sum of RGB (Red+Green+Blue) = 51+122+171=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #337AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337AAB is #CC8554. Grayscale: #6A6A6A. Windows color (decimal): -13403477 or 11237939. OLE color: 11237939.

HSL color Cylindrical-coordinate representation of color #337AAB: hue angle of 204.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #337AAB is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB51122171-
CMYK0.700.2900.33
HSL204.5º54.05%43.53%-
HSV(B)204.5º70.18%67.06%-
XYZ15.6817.5641.09-
YUV106.36164.4888.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.83%
GREEN value IS 122 (48.05% from 255) = 35.47%
BLUE value IS 171 (67.19% from 255) = 49.71%
R=14.83%
G=35.47%
B=49.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511221710.700.2900.33204.554.0543.53
Hex337AAB461D021cc362c
Octal63172253106350413146654
Binary110011111101010101011100011011101010000111001100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337AAB; }

 p { color: rgb(51,122,171); }

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

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

 a { background-color: rgb(51,122,171); }

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

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

 span { border-color: rgb(51,122,171); }

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