#336F99

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

Shades of Lochmara #336F99

Tints of Lochmara #336F99

Color information

#336F99 (or 0x336F99) is unknown color: approx Lochmara. HEX triplet: 33, 6F and 99. RGB value is (51,111,153). Sum of RGB (Red+Green+Blue) = 51+111+153=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #336F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336F99 is #CC9066. Grayscale: #616161. Windows color (decimal): -13406311 or 10055475. OLE color: 10055475.

HSL color Cylindrical-coordinate representation of color #336F99: hue angle of 204.71º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #336F99 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB51111153-
CMYK0.670.2700.4
HSL204.71º50%40%-
HSV(B)204.71º66.67%60%-
XYZ12.814.3732.24-
YUV97.85159.1294.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.19%
GREEN value IS 111 (43.75% from 255) = 35.24%
BLUE value IS 153 (60.16% from 255) = 48.57%
R=16.19%
G=35.24%
B=48.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511111530.670.2700.4204.715040
Hex336F99431B028cd3228
Octal63157231103330503156250
Binary110011110111110011001100001111011010100011001101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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