#337E9F

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

Shades of Lochmara #337E9F

Tints of Lochmara #337E9F

Color information

#337E9F (or 0x337E9F) is unknown color: approx Lochmara. HEX triplet: 33, 7E and 9F. RGB value is (51,126,159). Sum of RGB (Red+Green+Blue) = 51+126+159=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #337E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337E9F is #CC8160. Grayscale: #6B6B6B. Windows color (decimal): -13402465 or 10452531. OLE color: 10452531.

HSL color Cylindrical-coordinate representation of color #337E9F: hue angle of 198.33º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #337E9F is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB51126159-
CMYK0.680.2100.38
HSL198.33º51.43%41.18%-
HSV(B)198.33º67.92%62.35%-
XYZ15.0818.1335.51-
YUV107.34157.1587.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.18%
GREEN value IS 126 (49.61% from 255) = 37.5%
BLUE value IS 159 (62.5% from 255) = 47.32%
R=15.18%
G=37.5%
B=47.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511261590.680.2100.38198.3351.4341.18
Hex337E9F4415026c63329
Octal63176237104250463066351
Binary110011111111010011111100010010101010011011000110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,126,159); }

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

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

 a { background-color: rgb(51,126,159); }

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

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

 span { border-color: rgb(51,126,159); }

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