#34659F

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

Shades of Lochmara #34659F

Tints of Lochmara #34659F

Color information

#34659F (or 0x34659F) is unknown color: approx Lochmara. HEX triplet: 34, 65 and 9F. RGB value is (52,101,159). Sum of RGB (Red+Green+Blue) = 52+101+159=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 101 (39.84% from 255 or 32.37% 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 #34659F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34659F is #CB9A60. Grayscale: #5C5C5C. Windows color (decimal): -13343329 or 10446132. OLE color: 10446132.

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

Color convert

RGB52101159-
CMYK0.670.3600.38
HSL212.52º50.71%41.37%-
HSV(B)212.52º67.3%62.35%-
XYZ12.3312.5434.57-
YUV92.96165.2798.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.67%
GREEN value IS 101 (39.84% from 255) = 32.37%
BLUE value IS 159 (62.5% from 255) = 50.96%
R=16.67%
G=32.37%
B=50.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521011590.670.3600.38212.5250.7141.37
Hex34659F4324026d53329
Octal64145237103440463256351
Binary1101001100101100111111000011100100010011011010101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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