#357399

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

Shades of Lochmara #357399

Tints of Lochmara #357399

Color information

#357399 (or 0x357399) is unknown color: approx Lochmara. HEX triplet: 35, 73 and 99. RGB value is (53,115,153). Sum of RGB (Red+Green+Blue) = 53+115+153=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #357399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357399 is #CA8C66. Grayscale: #646464. Windows color (decimal): -13274215 or 10056501. OLE color: 10056501.

HSL color Cylindrical-coordinate representation of color #357399: hue angle of 202.8º 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 #357399 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB53115153-
CMYK0.650.2500.4
HSL202.8º48.54%40.39%-
HSV(B)202.8º65.36%60%-
XYZ13.3515.3232.39-
YUV100.79157.4693.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.51%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 153 (60.16% from 255) = 47.66%
R=16.51%
G=35.83%
B=47.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal531151530.650.2500.4202.848.5440.39
Hex3573994119028cb3128
Octal65163231101310503136150
Binary110101111001110011001100000111001010100011001011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357399; }

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

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

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

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

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

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

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

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