#357D9D

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

Shades of Lochmara #357D9D

Tints of Lochmara #357D9D

Color information

#357D9D (or 0x357D9D) is unknown color: approx Lochmara. HEX triplet: 35, 7D and 9D. RGB value is (53,125,157). Sum of RGB (Red+Green+Blue) = 53+125+157=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #357D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357D9D is #CA8262. Grayscale: #6A6A6A. Windows color (decimal): -13271651 or 10321205. OLE color: 10321205.

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

Color convert

RGB53125157-
CMYK0.660.2000.38
HSL198.46º49.52%41.18%-
HSV(B)198.46º66.24%61.57%-
XYZ14.8917.8634.56-
YUV107.12156.1589.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.82%
GREEN value IS 125 (49.22% from 255) = 37.31%
BLUE value IS 157 (61.72% from 255) = 46.87%
R=15.82%
G=37.31%
B=46.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531251570.660.2000.38198.4649.5241.18
Hex357D9D4214026c63229
Octal65175235102240463066251
Binary110101111110110011101100001010100010011011000110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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