#357698

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

Shades of Lochmara #357698

Tints of Lochmara #357698

Color information

#357698 (or 0x357698) is unknown color: approx Lochmara. HEX triplet: 35, 76 and 98. RGB value is (53,118,152). Sum of RGB (Red+Green+Blue) = 53+118+152=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #357698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357698 is #CA8967. Grayscale: #666666. Windows color (decimal): -13273448 or 9991733. OLE color: 9991733.

HSL color Cylindrical-coordinate representation of color #357698: hue angle of 200.61º degrees, saturation: 0.48, 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 #357698 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB53118152-
CMYK0.650.2200.40
HSL200.61º48.29%40.2%-
HSV(B)200.61º65.13%59.61%-
XYZ13.6115.9832.07-
YUV102.44155.9792.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.41%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 152 (59.77% from 255) = 47.06%
R=16.41%
G=36.53%
B=47.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531181520.650.2200.40200.6148.2940.2
Hex3576984116028c93028
Octal65166230101260503116050
Binary110101111011010011000100000110110010100011001001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357698; }

 p { color: rgb(53,118,152); }

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

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

 a { background-color: rgb(53,118,152); }

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

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

 span { border-color: rgb(53,118,152); }

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