#35649D

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

Shades of Lochmara #35649D

Tints of Lochmara #35649D

Color information

#35649D (or 0x35649D) is unknown color: approx Lochmara. HEX triplet: 35, 64 and 9D. RGB value is (53,100,157). Sum of RGB (Red+Green+Blue) = 53+100+157=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #35649D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35649D is #CA9B62. Grayscale: #5C5C5C. Windows color (decimal): -13278051 or 10314805. OLE color: 10314805.

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

Color convert

RGB53100157-
CMYK0.660.3600.38
HSL212.88º49.52%41.18%-
HSV(B)212.88º66.24%61.57%-
XYZ12.1112.3133.64-
YUV92.44164.4399.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.10%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 157 (61.72% from 255) = 50.65%
R=17.10%
G=32.26%
B=50.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531001570.660.3600.38212.8849.5241.18
Hex35649D4224026d53229
Octal65144235102440463256251
Binary1101011100100100111011000010100100010011011010101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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