#337BAA

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

Shades of Lochmara #337BAA

Tints of Lochmara #337BAA

Color information

#337BAA (or 0x337BAA) is unknown color: approx Lochmara. HEX triplet: 33, 7B and AA. RGB value is (51,123,170). Sum of RGB (Red+Green+Blue) = 51+123+170=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #337BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337BAA is #CC8455. Grayscale: #6A6A6A. Windows color (decimal): -13403222 or 11172659. OLE color: 11172659.

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

Color convert

RGB51123170-
CMYK0.70.2800.33
HSL203.7º53.85%43.33%-
HSV(B)203.7º70%66.67%-
XYZ15.717.7740.63-
YUV106.83163.6588.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.83%
GREEN value IS 123 (48.44% from 255) = 35.76%
BLUE value IS 170 (66.80% from 255) = 49.42%
R=14.83%
G=35.76%
B=49.42%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511231700.70.2800.33203.753.8543.33
Hex337BAA461C021cc362b
Octal63173252106340413146653
Binary110011111101110101010100011011100010000111001100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,123,170); }

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

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

 a { background-color: rgb(51,123,170); }

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

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

 span { border-color: rgb(51,123,170); }

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