#337B9F

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

Shades of Lochmara #337B9F

Tints of Lochmara #337B9F

Color information

#337B9F (or 0x337B9F) is unknown color: approx Lochmara. HEX triplet: 33, 7B and 9F. RGB value is (51,123,159). Sum of RGB (Red+Green+Blue) = 51+123+159=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #337B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337B9F is #CC8460. Grayscale: #696969. Windows color (decimal): -13403233 or 10451763. OLE color: 10451763.

HSL color Cylindrical-coordinate representation of color #337B9F: hue angle of 200º 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 #337B9F is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB51123159-
CMYK0.680.2300.38
HSL200º51.43%41.18%-
HSV(B)200º67.92%62.35%-
XYZ14.7117.3735.38-
YUV105.58158.1589.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.32%
GREEN value IS 123 (48.44% from 255) = 36.94%
BLUE value IS 159 (62.5% from 255) = 47.75%
R=15.32%
G=36.94%
B=47.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511231590.680.2300.3820051.4341.18
Hex337B9F4417026c83329
Octal63173237104270463106351
Binary110011111101110011111100010010111010011011001000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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