#34749E

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

Shades of Lochmara #34749E

Tints of Lochmara #34749E

Color information

#34749E (or 0x34749E) is unknown color: approx Lochmara. HEX triplet: 34, 74 and 9E. RGB value is (52,116,158). Sum of RGB (Red+Green+Blue) = 52+116+158=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #34749E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34749E is #CB8B61. Grayscale: #656565. Windows color (decimal): -13339490 or 10384436. OLE color: 10384436.

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

Color convert

RGB52116158-
CMYK0.670.2700.38
HSL203.77º50.48%41.18%-
HSV(B)203.77º67.09%61.96%-
XYZ13.8315.6934.65-
YUV101.65159.892.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.95%
GREEN value IS 116 (45.70% from 255) = 35.58%
BLUE value IS 158 (62.11% from 255) = 48.47%
R=15.95%
G=35.58%
B=48.47%

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
Decimal521161580.670.2700.38203.7750.4841.18
Hex34749E431B026cc3229
Octal64164236103330463146251
Binary110100111010010011110100001111011010011011001100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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