#357499

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

Shades of Lochmara #357499

Tints of Lochmara #357499

Color information

#357499 (or 0x357499) is unknown color: approx Lochmara. HEX triplet: 35, 74 and 99. RGB value is (53,116,153). Sum of RGB (Red+Green+Blue) = 53+116+153=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #357499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357499 is #CA8B66. Grayscale: #656565. Windows color (decimal): -13273959 or 10056757. OLE color: 10056757.

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

Color convert

RGB53116153-
CMYK0.650.2400.4
HSL202.2º48.54%40.39%-
HSV(B)202.2º65.36%60%-
XYZ13.4615.5532.43-
YUV101.38157.1393.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.46%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 153 (60.16% from 255) = 47.52%
R=16.46%
G=36.02%
B=47.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal531161530.650.2400.4202.248.5440.39
Hex3574994118028ca3128
Octal65164231101300503126150
Binary110101111010010011001100000111000010100011001010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357499; }

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

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

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

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

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

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

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

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