#35649F

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

Shades of Lochmara #35649F

Tints of Lochmara #35649F

Color information

#35649F (or 0x35649F) is unknown color: approx Lochmara. HEX triplet: 35, 64 and 9F. RGB value is (53,100,159). Sum of RGB (Red+Green+Blue) = 53+100+159=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #35649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35649F is #CA9B60. Grayscale: #5C5C5C. Windows color (decimal): -13278049 or 10445877. OLE color: 10445877.

HSL color Cylindrical-coordinate representation of color #35649F: hue angle of 213.4º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35649F is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB53100159-
CMYK0.670.3700.38
HSL213.4º50%41.57%-
HSV(B)213.4º66.67%62.35%-
XYZ12.2812.3734.54-
YUV92.67165.4399.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.99%
GREEN value IS 100 (39.45% from 255) = 32.05%
BLUE value IS 159 (62.5% from 255) = 50.96%
R=16.99%
G=32.05%
B=50.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531001590.670.3700.38213.45041.57
Hex35649F4325026d5322a
Octal65144237103450463256252
Binary1101011100100100111111000011100101010011011010101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35649F; }

 p { color: rgb(53,100,159); }

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

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

 a { background-color: rgb(53,100,159); }

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

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

 span { border-color: rgb(53,100,159); }

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