#357CA8

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

Shades of Lochmara #357CA8

Tints of Lochmara #357CA8

Color information

#357CA8 (or 0x357CA8) is unknown color: approx Lochmara. HEX triplet: 35, 7C and A8. RGB value is (53,124,168). Sum of RGB (Red+Green+Blue) = 53+124+168=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 168 (66.02% from 255 or 48.70% from 345); Max value from RGB is 168 - color contains mainly: blue. Hex color #357CA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357CA8 is #CA8357. Grayscale: #6B6B6B. Windows color (decimal): -13271896 or 11041845. OLE color: 11041845.

HSL color Cylindrical-coordinate representation of color #357CA8: hue angle of 202.96º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #357CA8 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB53124168-
CMYK0.680.2600.34
HSL202.96º52.04%43.33%-
HSV(B)202.96º68.45%65.88%-
XYZ15.741839.69-
YUV107.79161.9888.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.36%
GREEN value IS 124 (48.83% from 255) = 35.94%
BLUE value IS 168 (66.02% from 255) = 48.70%
R=15.36%
G=35.94%
B=48.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal531241680.680.2600.34202.9652.0443.33
Hex357CA8441A022cb342b
Octal65174250104320423136453
Binary110101111110010101000100010011010010001011001011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,124,168); }

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

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

 a { background-color: rgb(53,124,168); }

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

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

 span { border-color: rgb(53,124,168); }

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