#34749F

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

Shades of Lochmara #34749F

Tints of Lochmara #34749F

Color information

#34749F (or 0x34749F) is unknown color: approx Lochmara. HEX triplet: 34, 74 and 9F. RGB value is (52,116,159). Sum of RGB (Red+Green+Blue) = 52+116+159=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #34749F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34749F is #CB8B60. Grayscale: #656565. Windows color (decimal): -13339489 or 10449972. OLE color: 10449972.

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

Color convert

RGB52116159-
CMYK0.670.2700.38
HSL204.11º50.71%41.37%-
HSV(B)204.11º67.3%62.35%-
XYZ13.9215.7235.1-
YUV101.77160.392.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.90%
GREEN value IS 116 (45.70% from 255) = 35.47%
BLUE value IS 159 (62.5% from 255) = 48.62%
R=15.90%
G=35.47%
B=48.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521161590.670.2700.38204.1150.7141.37
Hex34749F431B026cc3329
Octal64164237103330463146351
Binary110100111010010011111100001111011010011011001100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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