#337CA2

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

Shades of Lochmara #337CA2

Tints of Lochmara #337CA2

Color information

#337CA2 (or 0x337CA2) is unknown color: approx Lochmara. HEX triplet: 33, 7C and A2. RGB value is (51,124,162). Sum of RGB (Red+Green+Blue) = 51+124+162=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 162 - color contains mainly: blue. Hex color #337CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337CA2 is #CC835D. Grayscale: #6A6A6A. Windows color (decimal): -13402974 or 10648627. OLE color: 10648627.

HSL color Cylindrical-coordinate representation of color #337CA2: hue angle of 200.54º degrees, saturation: 0.52, 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 #337CA2 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB51124162-
CMYK0.690.2300.36
HSL200.54º52.11%41.76%-
HSV(B)200.54º68.52%63.53%-
XYZ15.0917.7336.81-
YUV106.5159.3288.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.13%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 162 (63.67% from 255) = 48.07%
R=15.13%
G=36.80%
B=48.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal511241620.690.2300.36200.5452.1141.76
Hex337CA24517024c9342a
Octal63174242105270443116452
Binary110011111110010100010100010110111010010011001001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,124,162); }

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

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

 a { background-color: rgb(51,124,162); }

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

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

 span { border-color: rgb(51,124,162); }

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