#337C9B

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

Shades of Lochmara #337C9B

Tints of Lochmara #337C9B

Color information

#337C9B (or 0x337C9B) is unknown color: approx Lochmara. HEX triplet: 33, 7C and 9B. RGB value is (51,124,155). Sum of RGB (Red+Green+Blue) = 51+124+155=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #337C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337C9B is #CC8364. Grayscale: #696969. Windows color (decimal): -13402981 or 10189875. OLE color: 10189875.

HSL color Cylindrical-coordinate representation of color #337C9B: hue angle of 197.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #337C9B is Cyan = 0.67, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB51124155-
CMYK0.670.200.39
HSL197.88º50.49%40.39%-
HSV(B)197.88º67.1%60.78%-
XYZ14.4917.4933.62-
YUV105.71155.8288.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.45%
GREEN value IS 124 (48.83% from 255) = 37.58%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=15.45%
G=37.58%
B=46.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511241550.670.200.39197.8850.4940.39
Hex337C9B4314027c63228
Octal63174233103240473066250
Binary110011111110010011011100001110100010011111000110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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