#357CA7

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

Shades of Lochmara #357CA7

Tints of Lochmara #357CA7

Color information

#357CA7 (or 0x357CA7) is unknown color: approx Lochmara. HEX triplet: 35, 7C and A7. RGB value is (53,124,167). Sum of RGB (Red+Green+Blue) = 53+124+167=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 167 (65.62% from 255 or 48.55% from 344); Max value from RGB is 167 - color contains mainly: blue. Hex color #357CA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357CA7 is #CA8358. Grayscale: #6B6B6B. Windows color (decimal): -13271897 or 10976309. OLE color: 10976309.

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

Color convert

RGB53124167-
CMYK0.680.2600.35
HSL202.63º51.82%43.14%-
HSV(B)202.63º68.26%65.49%-
XYZ15.6517.9639.2-
YUV107.67161.4889-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.41%
GREEN value IS 124 (48.83% from 255) = 36.05%
BLUE value IS 167 (65.62% from 255) = 48.55%
R=15.41%
G=36.05%
B=48.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal531241670.680.2600.35202.6351.8243.14
Hex357CA7441A023cb342b
Octal65174247104320433136453
Binary110101111110010100111100010011010010001111001011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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