#357D9E

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

Shades of Lochmara #357D9E

Tints of Lochmara #357D9E

Color information

#357D9E (or 0x357D9E) is unknown color: approx Lochmara. HEX triplet: 35, 7D and 9E. RGB value is (53,125,158). Sum of RGB (Red+Green+Blue) = 53+125+158=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #357D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357D9E is #CA8261. Grayscale: #6B6B6B. Windows color (decimal): -13271650 or 10386741. OLE color: 10386741.

HSL color Cylindrical-coordinate representation of color #357D9E: hue angle of 198.86º 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 #357D9E is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB53125158-
CMYK0.660.2100.38
HSL198.86º49.76%41.37%-
HSV(B)198.86º66.46%61.96%-
XYZ14.9717.8935.01-
YUV107.23156.6589.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.77%
GREEN value IS 125 (49.22% from 255) = 37.20%
BLUE value IS 158 (62.11% from 255) = 47.02%
R=15.77%
G=37.20%
B=47.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531251580.660.2100.38198.8649.7641.37
Hex357D9E4215026c73229
Octal65175236102250463076251
Binary110101111110110011110100001010101010011011000111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,125,158); }

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

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

 a { background-color: rgb(53,125,158); }

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

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

 span { border-color: rgb(53,125,158); }

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