#357A9C

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

Shades of Lochmara #357A9C

Tints of Lochmara #357A9C

Color information

#357A9C (or 0x357A9C) is unknown color: approx Lochmara. HEX triplet: 35, 7A and 9C. RGB value is (53,122,156). Sum of RGB (Red+Green+Blue) = 53+122+156=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #357A9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357A9C is #CA8563. Grayscale: #696969. Windows color (decimal): -13272420 or 10254901. OLE color: 10254901.

HSL color Cylindrical-coordinate representation of color #357A9C: hue angle of 199.81º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #357A9C is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB53122156-
CMYK0.660.2200.39
HSL199.81º49.28%40.98%-
HSV(B)199.81º66.03%61.18%-
XYZ14.4317.0833.99-
YUV105.24156.6490.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.01%
GREEN value IS 122 (48.05% from 255) = 36.86%
BLUE value IS 156 (61.33% from 255) = 47.13%
R=16.01%
G=36.86%
B=47.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531221560.660.2200.39199.8149.2840.98
Hex357A9C4216027c83129
Octal65172234102260473106151
Binary110101111101010011100100001010110010011111001000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357A9C; }

 p { color: rgb(53,122,156); }

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

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

 a { background-color: rgb(53,122,156); }

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

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

 span { border-color: rgb(53,122,156); }

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