#34749B

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

Shades of Lochmara #34749B

Tints of Lochmara #34749B

Color information

#34749B (or 0x34749B) is unknown color: approx Lochmara. HEX triplet: 34, 74 and 9B. RGB value is (52,116,155). Sum of RGB (Red+Green+Blue) = 52+116+155=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #34749B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34749B is #CB8B64. Grayscale: #656565. Windows color (decimal): -13339493 or 10187828. OLE color: 10187828.

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

Color convert

RGB52116155-
CMYK0.660.2500.39
HSL202.72º49.76%40.59%-
HSV(B)202.72º66.45%60.78%-
XYZ13.5815.5933.3-
YUV101.31158.392.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.10%
GREEN value IS 116 (45.70% from 255) = 35.91%
BLUE value IS 155 (60.94% from 255) = 47.99%
R=16.10%
G=35.91%
B=47.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal521161550.660.2500.39202.7249.7640.59
Hex34749B4219027cb3229
Octal64164233102310473136251
Binary110100111010010011011100001011001010011111001011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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