#346A82

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

Shades of Astral #346A82

Tints of Astral #346A82

Color information

#346A82 (or 0x346A82) is unknown color: approx Astral. HEX triplet: 34, 6A and 82. RGB value is (52,106,130). Sum of RGB (Red+Green+Blue) = 52+106+130=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #346A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346A82 is #CB957D. Grayscale: #5C5C5C. Windows color (decimal): -13342078 or 8546868. OLE color: 8546868.

HSL color Cylindrical-coordinate representation of color #346A82: hue angle of 198.46º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #346A82 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB52106130-
CMYK0.600.1800.49
HSL198.46º42.86%35.69%-
HSV(B)198.46º60%50.98%-
XYZ10.612.6523-
YUV92.59149.1199.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.06%
GREEN value IS 106 (41.80% from 255) = 36.81%
BLUE value IS 130 (51.17% from 255) = 45.14%
R=18.06%
G=36.81%
B=45.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521061300.600.1800.49198.4642.8635.69
Hex346A823C12031c62b24
Octal6415220274220613065344
Binary11010011010101000001011110010010011000111000110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,106,130); }

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

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

 a { background-color: rgb(52,106,130); }

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

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

 span { border-color: rgb(52,106,130); }

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