#336A97

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

Shades of Lochmara #336A97

Tints of Lochmara #336A97

Color information

#336A97 (or 0x336A97) is unknown color: approx Lochmara. HEX triplet: 33, 6A and 97. RGB value is (51,106,151). Sum of RGB (Red+Green+Blue) = 51+106+151=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 151 (59.38% from 255 or 49.03% from 308); Max value from RGB is 151 - color contains mainly: blue. Hex color #336A97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336A97 is #CC9568. Grayscale: #5E5E5E. Windows color (decimal): -13407593 or 9923123. OLE color: 9923123.

HSL color Cylindrical-coordinate representation of color #336A97: hue angle of 207º 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 #336A97 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB51106151-
CMYK0.660.3000.41
HSL207º49.5%39.61%-
HSV(B)207º66.23%59.22%-
XYZ12.1113.2531.2-
YUV94.68159.7896.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.56%
GREEN value IS 106 (41.80% from 255) = 34.42%
BLUE value IS 151 (59.38% from 255) = 49.03%
R=16.56%
G=34.42%
B=49.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511061510.660.3000.4120749.539.61
Hex336A97421E029cf3228
Octal63152227102360513176250
Binary110011110101010010111100001011110010100111001111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336A97; }

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

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

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

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

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

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

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

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