#356DB2

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

Shades of Lochmara #356DB2

Tints of Lochmara #356DB2

Color information

#356DB2 (or 0x356DB2) is unknown color: approx Lochmara. HEX triplet: 35, 6D and B2. RGB value is (53,109,178). Sum of RGB (Red+Green+Blue) = 53+109+178=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 178 (69.92% from 255 or 52.35% from 340); Max value from RGB is 178 - color contains mainly: blue. Hex color #356DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356DB2 is #CA924D. Grayscale: #636363. Windows color (decimal): -13275726 or 11693365. OLE color: 11693365.

HSL color Cylindrical-coordinate representation of color #356DB2: hue angle of 213.12º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #356DB2 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB53109178-
CMYK0.700.3900.30
HSL213.12º54.11%45.29%-
HSV(B)213.12º70.22%69.8%-
XYZ14.9714.9144.21-
YUV100.12171.9594.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.59%
GREEN value IS 109 (42.97% from 255) = 32.06%
BLUE value IS 178 (69.92% from 255) = 52.35%
R=15.59%
G=32.06%
B=52.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal531091780.700.3900.30213.1254.1145.29
Hex356DB2462701Ed5362d
Octal65155262106470363256655
Binary110101110110110110010100011010011101111011010101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356DB2; }

 p { color: rgb(53,109,178); }

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

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

 a { background-color: rgb(53,109,178); }

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

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

 span { border-color: rgb(53,109,178); }

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