#337197

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

Shades of Lochmara #337197

Tints of Lochmara #337197

Color information

#337197 (or 0x337197) is unknown color: approx Lochmara. HEX triplet: 33, 71 and 97. RGB value is (51,113,151). Sum of RGB (Red+Green+Blue) = 51+113+151=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #337197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337197 is #CC8E68. Grayscale: #626262. Windows color (decimal): -13405801 or 9924915. OLE color: 9924915.

HSL color Cylindrical-coordinate representation of color #337197: hue angle of 202.8º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #337197 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB51113151-
CMYK0.660.2500.41
HSL202.8º49.5%39.61%-
HSV(B)202.8º66.23%59.22%-
XYZ12.8614.7531.45-
YUV98.79157.4693.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.19%
GREEN value IS 113 (44.53% from 255) = 35.87%
BLUE value IS 151 (59.38% from 255) = 47.94%
R=16.19%
G=35.87%
B=47.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511131510.660.2500.41202.849.539.61
Hex3371974219029cb3228
Octal63161227102310513136250
Binary110011111000110010111100001011001010100111001011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337197; }

 p { color: rgb(51,113,151); }

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

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

 a { background-color: rgb(51,113,151); }

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

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

 span { border-color: rgb(51,113,151); }

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