#336395

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

Shades of Lochmara #336395

Tints of Lochmara #336395

Color information

#336395 (or 0x336395) is unknown color: approx Lochmara. HEX triplet: 33, 63 and 95. RGB value is (51,99,149). Sum of RGB (Red+Green+Blue) = 51+99+149=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #336395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336395 is #CC9C6A. Grayscale: #5A5A5A. Windows color (decimal): -13409387 or 9790259. OLE color: 9790259.

HSL color Cylindrical-coordinate representation of color #336395: hue angle of 210.61º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #336395 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5199149-
CMYK0.660.3400.42
HSL210.61º49%39.22%-
HSV(B)210.61º65.77%58.43%-
XYZ11.2511.830.12-
YUV90.35161.199.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.06%
GREEN value IS 99 (39.06% from 255) = 33.11%
BLUE value IS 149 (58.59% from 255) = 49.83%
R=17.06%
G=33.11%
B=49.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51991490.660.3400.42210.614939.22
Hex336395422202Ad33127
Octal63143225102420523236147
Binary1100111100011100101011000010100010010101011010011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336395; }

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

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

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

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

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

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

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

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