#357196

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

Shades of Lochmara #357196

Tints of Lochmara #357196

Color information

#357196 (or 0x357196) is unknown color: approx Lochmara. HEX triplet: 35, 71 and 96. RGB value is (53,113,150). Sum of RGB (Red+Green+Blue) = 53+113+150=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #357196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357196 is #CA8E69. Grayscale: #636363. Windows color (decimal): -13274730 or 9859381. OLE color: 9859381.

HSL color Cylindrical-coordinate representation of color #357196: hue angle of 202.89º 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 #357196 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB53113150-
CMYK0.650.2500.41
HSL202.89º47.78%39.8%-
HSV(B)202.89º64.67%58.82%-
XYZ12.8814.7731.03-
YUV99.28156.6294.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.77%
GREEN value IS 113 (44.53% from 255) = 35.76%
BLUE value IS 150 (58.98% from 255) = 47.47%
R=16.77%
G=35.76%
B=47.47%

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
Decimal531131500.650.2500.41202.8947.7839.8
Hex3571964119029cb3028
Octal65161226101310513136050
Binary110101111000110010110100000111001010100111001011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357196; }

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

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

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

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

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

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

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

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