#34769D

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

Shades of Lochmara #34769D

Tints of Lochmara #34769D

Color information

#34769D (or 0x34769D) is unknown color: approx Lochmara. HEX triplet: 34, 76 and 9D. RGB value is (52,118,157). Sum of RGB (Red+Green+Blue) = 52+118+157=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #34769D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34769D is #CB8962. Grayscale: #666666. Windows color (decimal): -13338979 or 10319412. OLE color: 10319412.

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

Color convert

RGB52118157-
CMYK0.670.2500.38
HSL202.29º50.24%40.98%-
HSV(B)202.29º66.88%61.57%-
XYZ13.9816.1234.27-
YUV102.71158.6391.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.90%
GREEN value IS 118 (46.48% from 255) = 36.09%
BLUE value IS 157 (61.72% from 255) = 48.01%
R=15.90%
G=36.09%
B=48.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521181570.670.2500.38202.2950.2440.98
Hex34769D4319026ca3229
Octal64166235103310463126251
Binary110100111011010011101100001111001010011011001010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34769D; }

 p { color: rgb(52,118,157); }

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

<style>
 a { background-color: #34769D; }

 a { background-color: rgb(52,118,157); }

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

<style>
 span { border-color: #34769D; }

 span { border-color: rgb(52,118,157); }

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