#356A99

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

Shades of Lochmara #356A99

Tints of Lochmara #356A99

Color information

#356A99 (or 0x356A99) is unknown color: approx Lochmara. HEX triplet: 35, 6A and 99. RGB value is (53,106,153). Sum of RGB (Red+Green+Blue) = 53+106+153=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #356A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356A99 is #CA9566. Grayscale: #5F5F5F. Windows color (decimal): -13276519 or 10054197. OLE color: 10054197.

HSL color Cylindrical-coordinate representation of color #356A99: hue angle of 208.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #356A99 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB53106153-
CMYK0.650.3100.4
HSL208.2º48.54%40.39%-
HSV(B)208.2º65.36%60%-
XYZ12.3713.3632.06-
YUV95.51160.4497.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.99%
GREEN value IS 106 (41.80% from 255) = 33.97%
BLUE value IS 153 (60.16% from 255) = 49.04%
R=16.99%
G=33.97%
B=49.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal531061530.650.3100.4208.248.5440.39
Hex356A99411F028d03128
Octal65152231101370503206150
Binary110101110101010011001100000111111010100011010000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,106,153); }

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

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

 a { background-color: rgb(53,106,153); }

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

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

 span { border-color: rgb(53,106,153); }

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