#34749C

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

Shades of Lochmara #34749C

Tints of Lochmara #34749C

Color information

#34749C (or 0x34749C) is unknown color: approx Lochmara. HEX triplet: 34, 74 and 9C. RGB value is (52,116,156). Sum of RGB (Red+Green+Blue) = 52+116+156=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #34749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34749C is #CB8B63. Grayscale: #656565. Windows color (decimal): -13339492 or 10253364. OLE color: 10253364.

HSL color Cylindrical-coordinate representation of color #34749C: hue angle of 203.08º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34749C is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB52116156-
CMYK0.670.2600.39
HSL203.08º50%40.78%-
HSV(B)203.08º66.67%61.18%-
XYZ13.6615.6233.75-
YUV101.42158.892.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.05%
GREEN value IS 116 (45.70% from 255) = 35.80%
BLUE value IS 156 (61.33% from 255) = 48.15%
R=16.05%
G=35.80%
B=48.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal521161560.670.2600.39203.085040.78
Hex34749C431A027cb3229
Octal64164234103320473136251
Binary110100111010010011100100001111010010011111001011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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