#346A81

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

Shades of Astral #346A81

Tints of Astral #346A81

Color information

#346A81 (or 0x346A81) is unknown color: approx Astral. HEX triplet: 34, 6A and 81. RGB value is (52,106,129). Sum of RGB (Red+Green+Blue) = 52+106+129=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #346A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346A81 is #CB957E. Grayscale: #5C5C5C. Windows color (decimal): -13342079 or 8481332. OLE color: 8481332.

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

Color convert

RGB52106129-
CMYK0.600.1800.49
HSL197.92º42.54%35.49%-
HSV(B)197.92º59.69%50.59%-
XYZ10.5312.6222.65-
YUV92.48148.6199.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.12%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 129 (50.78% from 255) = 44.95%
R=18.12%
G=36.93%
B=44.95%

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
Decimal521061290.600.1800.49197.9242.5435.49
Hex346A813C12031c62b23
Octal6415220174220613065343
Binary11010011010101000000111110010010011000111000110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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