#356CAC

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

Shades of Lochmara #356CAC

Tints of Lochmara #356CAC

Color information

#356CAC (or 0x356CAC) is unknown color: approx Lochmara. HEX triplet: 35, 6C and AC. RGB value is (53,108,172). Sum of RGB (Red+Green+Blue) = 53+108+172=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #356CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356CAC is #CA9353. Grayscale: #626262. Windows color (decimal): -13275988 or 11299893. OLE color: 11299893.

HSL color Cylindrical-coordinate representation of color #356CAC: hue angle of 212.27º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #356CAC is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB53108172-
CMYK0.690.3700.33
HSL212.27º52.89%44.12%-
HSV(B)212.27º69.19%67.45%-
XYZ14.2814.4641.07-
YUV98.85169.2895.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.92%
GREEN value IS 108 (42.58% from 255) = 32.43%
BLUE value IS 172 (67.58% from 255) = 51.65%
R=15.92%
G=32.43%
B=51.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531081720.690.3700.33212.2752.8944.12
Hex356CAC4525021d4352c
Octal65154254105450413246554
Binary1101011101100101011001000101100101010000111010100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,108,172); }

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

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

 a { background-color: rgb(53,108,172); }

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

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

 span { border-color: rgb(53,108,172); }

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