#34779A

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

Shades of Lochmara #34779A

Tints of Lochmara #34779A

Color information

#34779A (or 0x34779A) is unknown color: approx Lochmara. HEX triplet: 34, 77 and 9A. RGB value is (52,119,154). Sum of RGB (Red+Green+Blue) = 52+119+154=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 154 - color contains mainly: blue. Hex color #34779A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34779A is #CB8865. Grayscale: #666666. Windows color (decimal): -13338726 or 10123060. OLE color: 10123060.

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

Color convert

RGB52119154-
CMYK0.660.2300.40
HSL200.59º49.51%40.39%-
HSV(B)200.59º66.23%60.39%-
XYZ13.8516.2632.98-
YUV102.96156.891.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16%
GREEN value IS 119 (46.88% from 255) = 36.62%
BLUE value IS 154 (60.55% from 255) = 47.38%
R=16%
G=36.62%
B=47.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal521191540.660.2300.40200.5949.5140.39
Hex34779A4217028c93228
Octal64167232102270503116250
Binary110100111011110011010100001010111010100011001001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34779A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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