#356B9D

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

Shades of Lochmara #356B9D

Tints of Lochmara #356B9D

Color information

#356B9D (or 0x356B9D) is unknown color: approx Lochmara. HEX triplet: 35, 6B and 9D. RGB value is (53,107,157). Sum of RGB (Red+Green+Blue) = 53+107+157=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #356B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356B9D is #CA9462. Grayscale: #606060. Windows color (decimal): -13276259 or 10316597. OLE color: 10316597.

HSL color Cylindrical-coordinate representation of color #356B9D: hue angle of 208.85º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #356B9D is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB53107157-
CMYK0.660.3200.38
HSL208.85º49.52%41.18%-
HSV(B)208.85º66.24%61.57%-
XYZ12.8113.7133.87-
YUV96.55162.1196.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.72%
GREEN value IS 107 (42.19% from 255) = 33.75%
BLUE value IS 157 (61.72% from 255) = 49.53%
R=16.72%
G=33.75%
B=49.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531071570.660.3200.38208.8549.5241.18
Hex356B9D4220026d13229
Octal65153235102400463216251
Binary1101011101011100111011000010100000010011011010001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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