#356BAC

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

Shades of Lochmara #356BAC

Tints of Lochmara #356BAC

Color information

#356BAC (or 0x356BAC) is unknown color: approx Lochmara. HEX triplet: 35, 6B and AC. RGB value is (53,107,172). Sum of RGB (Red+Green+Blue) = 53+107+172=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #356BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356BAC is #CA9453. Grayscale: #616161. Windows color (decimal): -13276244 or 11299637. OLE color: 11299637.

HSL color Cylindrical-coordinate representation of color #356BAC: hue angle of 212.77º 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 #356BAC is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB53107172-
CMYK0.690.3800.33
HSL212.77º52.89%44.12%-
HSV(B)212.77º69.19%67.45%-
XYZ14.1714.2541.03-
YUV98.26169.6195.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.96%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 172 (67.58% from 255) = 51.81%
R=15.96%
G=32.23%
B=51.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531071720.690.3800.33212.7752.8944.12
Hex356BAC4526021d5352c
Octal65153254105460413256554
Binary1101011101011101011001000101100110010000111010101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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