#34769F

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

Shades of Lochmara #34769F

Tints of Lochmara #34769F

Color information

#34769F (or 0x34769F) is unknown color: approx Lochmara. HEX triplet: 34, 76 and 9F. RGB value is (52,118,159). Sum of RGB (Red+Green+Blue) = 52+118+159=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #34769F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34769F is #CB8960. Grayscale: #666666. Windows color (decimal): -13338977 or 10450484. OLE color: 10450484.

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

Color convert

RGB52118159-
CMYK0.670.2600.38
HSL202.99º50.71%41.37%-
HSV(B)202.99º67.3%62.35%-
XYZ14.1516.1935.18-
YUV102.94159.6391.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.81%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 159 (62.5% from 255) = 48.33%
R=15.81%
G=35.87%
B=48.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521181590.670.2600.38202.9950.7141.37
Hex34769F431A026cb3329
Octal64166237103320463136351
Binary110100111011010011111100001111010010011011001011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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