#357B9B

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

Shades of Lochmara #357B9B

Tints of Lochmara #357B9B

Color information

#357B9B (or 0x357B9B) is unknown color: approx Lochmara. HEX triplet: 35, 7B and 9B. RGB value is (53,123,155). Sum of RGB (Red+Green+Blue) = 53+123+155=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #357B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357B9B is #CA8464. Grayscale: #696969. Windows color (decimal): -13272165 or 10189621. OLE color: 10189621.

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

Color convert

RGB53123155-
CMYK0.660.2100.39
HSL198.82º49.04%40.78%-
HSV(B)198.82º65.81%60.78%-
XYZ14.4717.2933.59-
YUV105.72155.8190.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.01%
GREEN value IS 123 (48.44% from 255) = 37.16%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=16.01%
G=37.16%
B=46.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531231550.660.2100.39198.8249.0440.78
Hex357B9B4215027c73129
Octal65173233102250473076151
Binary110101111101110011011100001010101010011111000111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,123,155); }

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

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

 a { background-color: rgb(53,123,155); }

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

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

 span { border-color: rgb(53,123,155); }

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