#357297

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

Shades of Lochmara #357297

Tints of Lochmara #357297

Color information

#357297 (or 0x357297) is unknown color: approx Lochmara. HEX triplet: 35, 72 and 97. RGB value is (53,114,151). Sum of RGB (Red+Green+Blue) = 53+114+151=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 151 (59.38% from 255 or 47.48% from 318); Max value from RGB is 151 - color contains mainly: blue. Hex color #357297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357297 is #CA8D68. Grayscale: #636363. Windows color (decimal): -13274473 or 9925173. OLE color: 9925173.

HSL color Cylindrical-coordinate representation of color #357297: hue angle of 202.65º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #357297 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB53114151-
CMYK0.650.2500.41
HSL202.65º48.04%40%-
HSV(B)202.65º64.9%59.22%-
XYZ13.0715.0331.49-
YUV99.98156.7994.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.67%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 151 (59.38% from 255) = 47.48%
R=16.67%
G=35.85%
B=47.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531141510.650.2500.41202.6548.0440
Hex3572974119029cb3028
Octal65162227101310513136050
Binary110101111001010010111100000111001010100111001011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357297; }

 p { color: rgb(53,114,151); }

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

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

 a { background-color: rgb(53,114,151); }

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

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

 span { border-color: rgb(53,114,151); }

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