#357199

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

Shades of Lochmara #357199

Tints of Lochmara #357199

Color information

#357199 (or 0x357199) is unknown color: approx Lochmara. HEX triplet: 35, 71 and 99. RGB value is (53,113,153). Sum of RGB (Red+Green+Blue) = 53+113+153=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #357199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357199 is #CA8E66. Grayscale: #636363. Windows color (decimal): -13274727 or 10055989. OLE color: 10055989.

HSL color Cylindrical-coordinate representation of color #357199: hue angle of 204º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #357199 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB53113153-
CMYK0.650.2600.4
HSL204º48.54%40.39%-
HSV(B)204º65.36%60%-
XYZ13.1214.8732.31-
YUV99.62158.1294.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 153 (60.16% from 255) = 47.96%
R=16.61%
G=35.42%
B=47.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal531131530.650.2600.420448.5440.39
Hex357199411A028cc3128
Octal65161231101320503146150
Binary110101111000110011001100000111010010100011001100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357199; }

 p { color: rgb(53,113,153); }

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

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

 a { background-color: rgb(53,113,153); }

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

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

 span { border-color: rgb(53,113,153); }

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