#346A87

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

Shades of Astral #346A87

Tints of Astral #346A87

Color information

#346A87 (or 0x346A87) is unknown color: approx Astral. HEX triplet: 34, 6A and 87. RGB value is (52,106,135). Sum of RGB (Red+Green+Blue) = 52+106+135=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 135 - color contains mainly: blue. Hex color #346A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346A87 is #CB9578. Grayscale: #5C5C5C. Windows color (decimal): -13342073 or 8874548. OLE color: 8874548.

HSL color Cylindrical-coordinate representation of color #346A87: hue angle of 200.96º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #346A87 is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB52106135-
CMYK0.610.2100.47
HSL200.96º44.39%36.67%-
HSV(B)200.96º61.48%52.94%-
XYZ10.9412.7924.81-
YUV93.16151.6198.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.75%
GREEN value IS 106 (41.80% from 255) = 36.18%
BLUE value IS 135 (53.12% from 255) = 46.08%
R=17.75%
G=36.18%
B=46.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521061350.610.2100.47200.9644.3936.67
Hex346A873D1502Fc92c25
Octal6415220775250573115445
Binary11010011010101000011111110110101010111111001001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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