#356EB4

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

Shades of Lochmara #356EB4

Tints of Lochmara #356EB4

Color information

#356EB4 (or 0x356EB4) is unknown color: approx Lochmara. HEX triplet: 35, 6E and B4. RGB value is (53,110,180). Sum of RGB (Red+Green+Blue) = 53+110+180=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 180 (70.70% from 255 or 52.48% from 343); Max value from RGB is 180 - color contains mainly: blue. Hex color #356EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356EB4 is #CA914B. Grayscale: #646464. Windows color (decimal): -13275468 or 11824693. OLE color: 11824693.

HSL color Cylindrical-coordinate representation of color #356EB4: hue angle of 213.07º 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 #356EB4 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB53110180-
CMYK0.710.3900.29
HSL213.07º54.51%45.69%-
HSV(B)213.07º70.56%70.59%-
XYZ15.2815.245.31-
YUV100.94172.6293.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.45%
GREEN value IS 110 (43.36% from 255) = 32.07%
BLUE value IS 180 (70.70% from 255) = 52.48%
R=15.45%
G=32.07%
B=52.48%

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
Decimal531101800.710.3900.29213.0754.5145.69
Hex356EB4472701Dd5372e
Octal65156264107470353256756
Binary110101110111010110100100011110011101110111010101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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