#34749A

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

Shades of Lochmara #34749A

Tints of Lochmara #34749A

Color information

#34749A (or 0x34749A) is unknown color: approx Lochmara. HEX triplet: 34, 74 and 9A. RGB value is (52,116,154). Sum of RGB (Red+Green+Blue) = 52+116+154=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #34749A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34749A is #CB8B65. Grayscale: #646464. Windows color (decimal): -13339494 or 10122292. OLE color: 10122292.

HSL color Cylindrical-coordinate representation of color #34749A: hue angle of 202.35º 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 #34749A is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB52116154-
CMYK0.660.2500.40
HSL202.35º49.51%40.39%-
HSV(B)202.35º66.23%60.39%-
XYZ13.4915.5532.86-
YUV101.2157.892.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.15%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 154 (60.55% from 255) = 47.83%
R=16.15%
G=36.02%
B=47.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal521161540.660.2500.40202.3549.5140.39
Hex34749A4219028ca3228
Octal64164232102310503126250
Binary110100111010010011010100001011001010100011001010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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