#34789A

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

Shades of Lochmara #34789A

Tints of Lochmara #34789A

Color information

#34789A (or 0x34789A) is unknown color: approx Lochmara. HEX triplet: 34, 78 and 9A. RGB value is (52,120,154). Sum of RGB (Red+Green+Blue) = 52+120+154=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #34789A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34789A is #CB8765. Grayscale: #676767. Windows color (decimal): -13338470 or 10123316. OLE color: 10123316.

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

Color convert

RGB52120154-
CMYK0.660.2200.40
HSL200º49.51%40.39%-
HSV(B)200º66.23%60.39%-
XYZ13.9716.533.02-
YUV103.54156.4791.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.95%
GREEN value IS 120 (47.27% from 255) = 36.81%
BLUE value IS 154 (60.55% from 255) = 47.24%
R=15.95%
G=36.81%
B=47.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal521201540.660.2200.4020049.5140.39
Hex34789A4216028c83228
Octal64170232102260503106250
Binary110100111100010011010100001010110010100011001000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34789A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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