#35759D

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

Shades of Lochmara #35759D

Tints of Lochmara #35759D

Color information

#35759D (or 0x35759D) is unknown color: approx Lochmara. HEX triplet: 35, 75 and 9D. RGB value is (53,117,157). Sum of RGB (Red+Green+Blue) = 53+117+157=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #35759D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35759D is #CA8A62. Grayscale: #666666. Windows color (decimal): -13273699 or 10319157. OLE color: 10319157.

HSL color Cylindrical-coordinate representation of color #35759D: hue angle of 203.08º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35759D is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB53117157-
CMYK0.660.2500.38
HSL203.08º49.52%41.18%-
HSV(B)203.08º66.24%61.57%-
XYZ13.9215.9134.24-
YUV102.42158.892.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.21%
GREEN value IS 117 (46.09% from 255) = 35.78%
BLUE value IS 157 (61.72% from 255) = 48.01%
R=16.21%
G=35.78%
B=48.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531171570.660.2500.38203.0849.5241.18
Hex35759D4219026cb3229
Octal65165235102310463136251
Binary110101111010110011101100001011001010011011001011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35759D; }

 p { color: rgb(53,117,157); }

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

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

 a { background-color: rgb(53,117,157); }

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

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

 span { border-color: rgb(53,117,157); }

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