#346B79

Color #346B79 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #346B79

Tints of Astral #346B79

Color information

#346B79 (or 0x346B79) is unknown color: approx Astral. HEX triplet: 34, 6B and 79. RGB value is (52,107,121). Sum of RGB (Red+Green+Blue) = 52+107+121=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 121 - color contains mainly: blue. Hex color #346B79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346B79 is #CB9486. Grayscale: #5C5C5C. Windows color (decimal): -13341831 or 7957300. OLE color: 7957300.

HSL color Cylindrical-coordinate representation of color #346B79: hue angle of 192.17º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #346B79 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB52107121-
CMYK0.570.1200.53
HSL192.17º39.88%33.92%-
HSV(B)192.17º57.02%47.45%-
XYZ10.1312.6319.99-
YUV92.15144.2899.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.57%
GREEN value IS 107 (42.19% from 255) = 38.21%
BLUE value IS 121 (47.66% from 255) = 43.21%
R=18.57%
G=38.21%
B=43.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521071210.570.1200.53192.1739.8833.92
Hex346B7939C035c02822
Octal6415317171140653005042
Binary110100110101111110011110011100011010111000000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346B79; }

 p { color: rgb(52,107,121); }

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

<style>
 a { background-color: #346B79; }

 a { background-color: rgb(52,107,121); }

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

<style>
 span { border-color: #346B79; }

 span { border-color: rgb(52,107,121); }

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