#336396

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

Shades of Lochmara #336396

Tints of Lochmara #336396

Color information

#336396 (or 0x336396) is unknown color: approx Lochmara. HEX triplet: 33, 63 and 96. RGB value is (51,99,150). Sum of RGB (Red+Green+Blue) = 51+99+150=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #336396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336396 is #CC9C69. Grayscale: #5A5A5A. Windows color (decimal): -13409386 or 9855795. OLE color: 9855795.

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

Color convert

RGB5199150-
CMYK0.660.3400.41
HSL210.91º49.25%39.41%-
HSV(B)210.91º66%58.82%-
XYZ11.3311.8330.54-
YUV90.46161.699.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17%
GREEN value IS 99 (39.06% from 255) = 33%
BLUE value IS 150 (58.98% from 255) = 50%
R=17%
G=33%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51991500.660.3400.41210.9149.2539.41
Hex3363964222029d33127
Octal63143226102420513236147
Binary1100111100011100101101000010100010010100111010011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336396; }

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

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

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

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

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

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

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

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