#34729A

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

Shades of Lochmara #34729A

Tints of Lochmara #34729A

Color information

#34729A (or 0x34729A) is unknown color: approx Lochmara. HEX triplet: 34, 72 and 9A. RGB value is (52,114,154). Sum of RGB (Red+Green+Blue) = 52+114+154=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 154 - color contains mainly: blue. Hex color #34729A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34729A is #CB8D65. Grayscale: #636363. Windows color (decimal): -13340006 or 10121780. OLE color: 10121780.

HSL color Cylindrical-coordinate representation of color #34729A: hue angle of 203.53º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34729A is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB52114154-
CMYK0.660.2600.40
HSL203.53º49.51%40.39%-
HSV(B)203.53º66.23%60.39%-
XYZ13.2715.132.79-
YUV100.02158.4693.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.25%
GREEN value IS 114 (44.92% from 255) = 35.62%
BLUE value IS 154 (60.55% from 255) = 48.12%
R=16.25%
G=35.62%
B=48.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal521141540.660.2600.40203.5349.5140.39
Hex34729A421A028cc3228
Octal64162232102320503146250
Binary110100111001010011010100001011010010100011001100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34729A; }

 p { color: rgb(52,114,154); }

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

<style>
 a { background-color: #34729A; }

 a { background-color: rgb(52,114,154); }

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

<style>
 span { border-color: #34729A; }

 span { border-color: rgb(52,114,154); }

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