#346E81

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

Shades of Astral #346E81

Tints of Astral #346E81

Color information

#346E81 (or 0x346E81) is unknown color: approx Astral. HEX triplet: 34, 6E and 81. RGB value is (52,110,129). Sum of RGB (Red+Green+Blue) = 52+110+129=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 129 - color contains mainly: blue. Hex color #346E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346E81 is #CB917E. Grayscale: #5E5E5E. Windows color (decimal): -13341055 or 8482356. OLE color: 8482356.

HSL color Cylindrical-coordinate representation of color #346E81: hue angle of 194.81º 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 #346E81 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB52110129-
CMYK0.600.1500.49
HSL194.81º42.54%35.49%-
HSV(B)194.81º59.69%50.59%-
XYZ10.9513.4722.79-
YUV94.82147.2897.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.87%
GREEN value IS 110 (43.36% from 255) = 37.80%
BLUE value IS 129 (50.78% from 255) = 44.33%
R=17.87%
G=37.80%
B=44.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521101290.600.1500.49194.8142.5435.49
Hex346E813CF031c32b23
Octal6415620174170613035343
Binary1101001101110100000011111001111011000111000011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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