#35739E

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

Shades of Lochmara #35739E

Tints of Lochmara #35739E

Color information

#35739E (or 0x35739E) is unknown color: approx Lochmara. HEX triplet: 35, 73 and 9E. RGB value is (53,115,158). Sum of RGB (Red+Green+Blue) = 53+115+158=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #35739E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35739E is #CA8C61. Grayscale: #656565. Windows color (decimal): -13274210 or 10384181. OLE color: 10384181.

HSL color Cylindrical-coordinate representation of color #35739E: hue angle of 204.57º 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 #35739E is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB53115158-
CMYK0.660.2700.38
HSL204.57º49.76%41.37%-
HSV(B)204.57º66.46%61.96%-
XYZ13.7715.4934.61-
YUV101.36159.9693.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.26%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 158 (62.11% from 255) = 48.47%
R=16.26%
G=35.28%
B=48.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531151580.660.2700.38204.5749.7641.37
Hex35739E421B026cd3229
Octal65163236102330463156251
Binary110101111001110011110100001011011010011011001101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35739E; }

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

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

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

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

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

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

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

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