#336C99

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

Shades of Lochmara #336C99

Tints of Lochmara #336C99

Color information

#336C99 (or 0x336C99) is unknown color: approx Lochmara. HEX triplet: 33, 6C and 99. RGB value is (51,108,153). Sum of RGB (Red+Green+Blue) = 51+108+153=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #336C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336C99 is #CC9366. Grayscale: #5F5F5F. Windows color (decimal): -13407079 or 10054707. OLE color: 10054707.

HSL color Cylindrical-coordinate representation of color #336C99: hue angle of 206.47º 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 #336C99 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB51108153-
CMYK0.670.2900.4
HSL206.47º50%40%-
HSV(B)206.47º66.67%60%-
XYZ12.4813.7332.13-
YUV96.09160.1295.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.35%
GREEN value IS 108 (42.58% from 255) = 34.62%
BLUE value IS 153 (60.16% from 255) = 49.04%
R=16.35%
G=34.62%
B=49.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511081530.670.2900.4206.475040
Hex336C99431D028ce3228
Octal63154231103350503166250
Binary110011110110010011001100001111101010100011001110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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