#336F9C

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

Shades of Lochmara #336F9C

Tints of Lochmara #336F9C

Color information

#336F9C (or 0x336F9C) is unknown color: approx Lochmara. HEX triplet: 33, 6F and 9C. RGB value is (51,111,156). Sum of RGB (Red+Green+Blue) = 51+111+156=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #336F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336F9C is #CC9063. Grayscale: #616161. Windows color (decimal): -13406308 or 10252083. OLE color: 10252083.

HSL color Cylindrical-coordinate representation of color #336F9C: hue angle of 205.71º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #336F9C is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB51111156-
CMYK0.670.2900.39
HSL205.71º50.72%40.59%-
HSV(B)205.71º67.31%61.18%-
XYZ13.0514.4733.56-
YUV98.19160.6294.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.04%
GREEN value IS 111 (43.75% from 255) = 34.91%
BLUE value IS 156 (61.33% from 255) = 49.06%
R=16.04%
G=34.91%
B=49.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511111560.670.2900.39205.7150.7240.59
Hex336F9C431D027ce3329
Octal63157234103350473166351
Binary110011110111110011100100001111101010011111001110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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