#34649F

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

Shades of Lochmara #34649F

Tints of Lochmara #34649F

Color information

#34649F (or 0x34649F) is unknown color: approx Lochmara. HEX triplet: 34, 64 and 9F. RGB value is (52,100,159). Sum of RGB (Red+Green+Blue) = 52+100+159=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #34649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34649F is #CB9B60. Grayscale: #5C5C5C. Windows color (decimal): -13343585 or 10445876. OLE color: 10445876.

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

Color convert

RGB52100159-
CMYK0.670.3700.38
HSL213.08º50.71%41.37%-
HSV(B)213.08º67.3%62.35%-
XYZ12.2312.3534.54-
YUV92.37165.699.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.72%
GREEN value IS 100 (39.45% from 255) = 32.15%
BLUE value IS 159 (62.5% from 255) = 51.13%
R=16.72%
G=32.15%
B=51.13%

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
Decimal521001590.670.3700.38213.0850.7141.37
Hex34649F4325026d53329
Octal64144237103450463256351
Binary1101001100100100111111000011100101010011011010101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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