#357398

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

Shades of Lochmara #357398

Tints of Lochmara #357398

Color information

#357398 (or 0x357398) is unknown color: approx Lochmara. HEX triplet: 35, 73 and 98. RGB value is (53,115,152). Sum of RGB (Red+Green+Blue) = 53+115+152=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #357398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357398 is #CA8C67. Grayscale: #646464. Windows color (decimal): -13274216 or 9990965. OLE color: 9990965.

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

Color convert

RGB53115152-
CMYK0.650.2400.40
HSL202.42º48.29%40.2%-
HSV(B)202.42º65.13%59.61%-
XYZ13.2715.2931.96-
YUV100.68156.9693.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.56%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 152 (59.77% from 255) = 47.5%
R=16.56%
G=35.94%
B=47.5%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531151520.650.2400.40202.4248.2940.2
Hex3573984118028ca3028
Octal65163230101300503126050
Binary110101111001110011000100000111000010100011001010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357398; }

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

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

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

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

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

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

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

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