#357798

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

Shades of Lochmara #357798

Tints of Lochmara #357798

Color information

#357798 (or 0x357798) is unknown color: approx Lochmara. HEX triplet: 35, 77 and 98. RGB value is (53,119,152). Sum of RGB (Red+Green+Blue) = 53+119+152=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #357798 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357798 is #CA8867. Grayscale: #666666. Windows color (decimal): -13273192 or 9991989. OLE color: 9991989.

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

Color convert

RGB53119152-
CMYK0.650.2200.40
HSL200º48.29%40.2%-
HSV(B)200º65.13%59.61%-
XYZ13.7316.2232.11-
YUV103.03155.6392.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 119 (46.88% from 255) = 36.73%
BLUE value IS 152 (59.77% from 255) = 46.91%
R=16.36%
G=36.73%
B=46.91%

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
Decimal531191520.650.2200.4020048.2940.2
Hex3577984116028c83028
Octal65167230101260503106050
Binary110101111011110011000100000110110010100011001000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357798; }

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

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

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

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

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

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

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

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