#337AA4

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

Shades of Lochmara #337AA4

Tints of Lochmara #337AA4

Color information

#337AA4 (or 0x337AA4) is unknown color: approx Lochmara. HEX triplet: 33, 7A and A4. RGB value is (51,122,164). Sum of RGB (Red+Green+Blue) = 51+122+164=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 164 (64.45% from 255 or 48.66% from 337); Max value from RGB is 164 - color contains mainly: blue. Hex color #337AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337AA4 is #CC855B. Grayscale: #696969. Windows color (decimal): -13403484 or 10779187. OLE color: 10779187.

HSL color Cylindrical-coordinate representation of color #337AA4: hue angle of 202.3º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #337AA4 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB51122164-
CMYK0.690.2600.36
HSL202.3º52.56%42.16%-
HSV(B)202.3º68.9%64.31%-
XYZ15.0317.337.67-
YUV105.56160.9889.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.13%
GREEN value IS 122 (48.05% from 255) = 36.20%
BLUE value IS 164 (64.45% from 255) = 48.66%
R=15.13%
G=36.20%
B=48.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal511221640.690.2600.36202.352.5642.16
Hex337AA4451A024ca352a
Octal63172244105320443126552
Binary110011111101010100100100010111010010010011001010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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