#356399

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

Shades of Lochmara #356399

Tints of Lochmara #356399

Color information

#356399 (or 0x356399) is unknown color: approx Lochmara. HEX triplet: 35, 63 and 99. RGB value is (53,99,153). Sum of RGB (Red+Green+Blue) = 53+99+153=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #356399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356399 is #CA9C66. Grayscale: #5B5B5B. Windows color (decimal): -13278311 or 10052405. OLE color: 10052405.

HSL color Cylindrical-coordinate representation of color #356399: hue angle of 212.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #356399 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5399153-
CMYK0.650.3500.4
HSL212.4º48.54%40.39%-
HSV(B)212.4º65.36%60%-
XYZ11.6811.9831.83-
YUV91.4162.76100.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.38%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=17.38%
G=32.46%
B=50.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal53991530.650.3500.4212.448.5440.39
Hex3563994123028d43128
Octal65143231101430503246150
Binary1101011100011100110011000001100011010100011010100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356399; }

 p { color: rgb(53,99,153); }

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

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

 a { background-color: rgb(53,99,153); }

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

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

 span { border-color: rgb(53,99,153); }

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