#337CAB

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

Shades of Lochmara #337CAB

Tints of Lochmara #337CAB

Color information

#337CAB (or 0x337CAB) is unknown color: approx Lochmara. HEX triplet: 33, 7C and AB. RGB value is (51,124,171). Sum of RGB (Red+Green+Blue) = 51+124+171=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #337CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337CAB is #CC8354. Grayscale: #6B6B6B. Windows color (decimal): -13402965 or 11238451. OLE color: 11238451.

HSL color Cylindrical-coordinate representation of color #337CAB: hue angle of 203.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 #337CAB is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB51124171-
CMYK0.700.2700.33
HSL203.5º54.05%43.53%-
HSV(B)203.5º70.18%67.06%-
XYZ15.9218.0641.17-
YUV107.53163.8287.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.74%
GREEN value IS 124 (48.83% from 255) = 35.84%
BLUE value IS 171 (67.19% from 255) = 49.42%
R=14.74%
G=35.84%
B=49.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511241710.700.2700.33203.554.0543.53
Hex337CAB461B021cc362c
Octal63174253106330413146654
Binary110011111110010101011100011011011010000111001100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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