#336D9B

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

Shades of Lochmara #336D9B

Tints of Lochmara #336D9B

Color information

#336D9B (or 0x336D9B) is unknown color: approx Lochmara. HEX triplet: 33, 6D and 9B. RGB value is (51,109,155). Sum of RGB (Red+Green+Blue) = 51+109+155=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #336D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336D9B is #CC9264. Grayscale: #606060. Windows color (decimal): -13406821 or 10186035. OLE color: 10186035.

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

Color convert

RGB51109155-
CMYK0.670.3000.39
HSL206.54º50.49%40.39%-
HSV(B)206.54º67.1%60.78%-
XYZ12.7514.0133.04-
YUV96.9160.7895.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.19%
GREEN value IS 109 (42.97% from 255) = 34.60%
BLUE value IS 155 (60.94% from 255) = 49.21%
R=16.19%
G=34.60%
B=49.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511091550.670.3000.39206.5450.4940.39
Hex336D9B431E027cf3228
Octal63155233103360473176250
Binary110011110110110011011100001111110010011111001111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,109,155); }

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

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

 a { background-color: rgb(51,109,155); }

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

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

 span { border-color: rgb(51,109,155); }

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