#34739B

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

Shades of Lochmara #34739B

Tints of Lochmara #34739B

Color information

#34739B (or 0x34739B) is unknown color: approx Lochmara. HEX triplet: 34, 73 and 9B. RGB value is (52,115,155). Sum of RGB (Red+Green+Blue) = 52+115+155=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #34739B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34739B is #CB8C64. Grayscale: #646464. Windows color (decimal): -13339749 or 10187572. OLE color: 10187572.

HSL color Cylindrical-coordinate representation of color #34739B: hue angle of 203.3º 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 #34739B is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB52115155-
CMYK0.660.2600.39
HSL203.3º49.76%40.59%-
HSV(B)203.3º66.45%60.78%-
XYZ13.4615.3633.27-
YUV100.72158.6393.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.15%
GREEN value IS 115 (45.31% from 255) = 35.71%
BLUE value IS 155 (60.94% from 255) = 48.14%
R=16.15%
G=35.71%
B=48.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal521151550.660.2600.39203.349.7640.59
Hex34739B421A027cb3229
Octal64163233102320473136251
Binary110100111001110011011100001011010010011111001011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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