#336F96

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

Shades of Lochmara #336F96

Tints of Lochmara #336F96

Color information

#336F96 (or 0x336F96) is unknown color: approx Lochmara. HEX triplet: 33, 6F and 96. RGB value is (51,111,150). Sum of RGB (Red+Green+Blue) = 51+111+150=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #336F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336F96 is #CC9069. Grayscale: #616161. Windows color (decimal): -13406314 or 9858867. OLE color: 9858867.

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

Color convert

RGB51111150-
CMYK0.660.2600.41
HSL203.64º49.25%39.41%-
HSV(B)203.64º66%58.82%-
XYZ12.5514.2730.95-
YUV97.51157.6294.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.35%
GREEN value IS 111 (43.75% from 255) = 35.58%
BLUE value IS 150 (58.98% from 255) = 48.08%
R=16.35%
G=35.58%
B=48.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511111500.660.2600.41203.6449.2539.41
Hex336F96421A029cc3127
Octal63157226102320513146147
Binary110011110111110010110100001011010010100111001100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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