#357197

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

Shades of Lochmara #357197

Tints of Lochmara #357197

Color information

#357197 (or 0x357197) is unknown color: approx Lochmara. HEX triplet: 35, 71 and 97. RGB value is (53,113,151). Sum of RGB (Red+Green+Blue) = 53+113+151=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 151 - color contains mainly: blue. Hex color #357197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357197 is #CA8E68. Grayscale: #636363. Windows color (decimal): -13274729 or 9924917. OLE color: 9924917.

HSL color Cylindrical-coordinate representation of color #357197: hue angle of 203.27º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #357197 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB53113151-
CMYK0.650.2500.41
HSL203.27º48.04%40%-
HSV(B)203.27º64.9%59.22%-
XYZ12.9614.831.45-
YUV99.39157.1294.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.72%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 151 (59.38% from 255) = 47.63%
R=16.72%
G=35.65%
B=47.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531131510.650.2500.41203.2748.0440
Hex3571974119029cb3028
Octal65161227101310513136050
Binary110101111000110010111100000111001010100111001011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357197; }

 p { color: rgb(53,113,151); }

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

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

 a { background-color: rgb(53,113,151); }

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

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

 span { border-color: rgb(53,113,151); }

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