#356EB5

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

Shades of Lochmara #356EB5

Tints of Lochmara #356EB5

Color information

#356EB5 (or 0x356EB5) is unknown color: approx Lochmara. HEX triplet: 35, 6E and B5. RGB value is (53,110,181). Sum of RGB (Red+Green+Blue) = 53+110+181=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 181 (71.09% from 255 or 52.62% from 344); Max value from RGB is 181 - color contains mainly: blue. Hex color #356EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356EB5 is #CA914A. Grayscale: #646464. Windows color (decimal): -13275467 or 11890229. OLE color: 11890229.

HSL color Cylindrical-coordinate representation of color #356EB5: hue angle of 213.28º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #356EB5 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB53110181-
CMYK0.710.3900.29
HSL213.28º54.7%45.88%-
HSV(B)213.28º70.72%70.98%-
XYZ15.3815.2445.85-
YUV101.05173.1293.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.41%
GREEN value IS 110 (43.36% from 255) = 31.98%
BLUE value IS 181 (71.09% from 255) = 52.62%
R=15.41%
G=31.98%
B=52.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531101810.710.3900.29213.2854.745.88
Hex356EB5472701Dd5372e
Octal65156265107470353256756
Binary110101110111010110101100011110011101110111010101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,110,181); }

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

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

 a { background-color: rgb(53,110,181); }

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

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

 span { border-color: rgb(53,110,181); }

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