#337096

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

Shades of Lochmara #337096

Tints of Lochmara #337096

Color information

#337096 (or 0x337096) is unknown color: approx Lochmara. HEX triplet: 33, 70 and 96. RGB value is (51,112,150). Sum of RGB (Red+Green+Blue) = 51+112+150=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #337096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337096 is #CC8F69. Grayscale: #616161. Windows color (decimal): -13406058 or 9859123. OLE color: 9859123.

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

Color convert

RGB51112150-
CMYK0.660.2500.41
HSL203.03º49.25%39.41%-
HSV(B)203.03º66%58.82%-
XYZ12.6614.4930.98-
YUV98.09157.2994.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.29%
GREEN value IS 112 (44.14% from 255) = 35.78%
BLUE value IS 150 (58.98% from 255) = 47.92%
R=16.29%
G=35.78%
B=47.92%

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
Decimal511121500.660.2500.41203.0349.2539.41
Hex3370964219029cb3127
Octal63160226102310513136147
Binary110011111000010010110100001011001010100111001011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337096; }

 p { color: rgb(51,112,150); }

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

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

 a { background-color: rgb(51,112,150); }

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

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

 span { border-color: rgb(51,112,150); }

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