#346E90

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

Shades of Astral #346E90

Tints of Astral #346E90

Color information

#346E90 (or 0x346E90) is unknown color: approx Astral. HEX triplet: 34, 6E and 90. RGB value is (52,110,144). Sum of RGB (Red+Green+Blue) = 52+110+144=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #346E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346E90 is #CB916F. Grayscale: #606060. Windows color (decimal): -13341040 or 9465396. OLE color: 9465396.

HSL color Cylindrical-coordinate representation of color #346E90: hue angle of 202.17º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #346E90 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB52110144-
CMYK0.640.2400.44
HSL202.17º46.94%38.43%-
HSV(B)202.17º63.89%56.47%-
XYZ12.0313.928.43-
YUV96.53154.7896.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 110 (43.36% from 255) = 35.95%
BLUE value IS 144 (56.64% from 255) = 47.06%
R=16.99%
G=35.95%
B=47.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521101440.640.2400.44202.1746.9438.43
Hex346E90401802Cca2f26
Octal64156220100300543125746
Binary110100110111010010000100000011000010110011001010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,110,144); }

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

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

 a { background-color: rgb(52,110,144); }

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

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

 span { border-color: rgb(52,110,144); }

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