#34749D

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

Shades of Lochmara #34749D

Tints of Lochmara #34749D

Color information

#34749D (or 0x34749D) is unknown color: approx Lochmara. HEX triplet: 34, 74 and 9D. RGB value is (52,116,157). Sum of RGB (Red+Green+Blue) = 52+116+157=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #34749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34749D is #CB8B62. Grayscale: #656565. Windows color (decimal): -13339491 or 10318900. OLE color: 10318900.

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

Color convert

RGB52116157-
CMYK0.670.2600.38
HSL203.43º50.24%40.98%-
HSV(B)203.43º66.88%61.57%-
XYZ13.7515.6634.2-
YUV101.54159.392.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 157 (61.72% from 255) = 48.31%
R=16%
G=35.69%
B=48.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521161570.670.2600.38203.4350.2440.98
Hex34749D431A026cb3229
Octal64164235103320463136251
Binary110100111010010011101100001111010010011011001011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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