#346D85

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

Shades of Astral #346D85

Tints of Astral #346D85

Color information

#346D85 (or 0x346D85) is unknown color: approx Astral. HEX triplet: 34, 6D and 85. RGB value is (52,109,133). Sum of RGB (Red+Green+Blue) = 52+109+133=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #346D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346D85 is #CB927A. Grayscale: #5E5E5E. Windows color (decimal): -13341307 or 8744244. OLE color: 8744244.

HSL color Cylindrical-coordinate representation of color #346D85: hue angle of 197.78º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #346D85 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB52109133-
CMYK0.610.1800.48
HSL197.78º43.78%36.27%-
HSV(B)197.78º60.9%52.16%-
XYZ11.1213.3624.18-
YUV94.69149.6297.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 109 (42.97% from 255) = 37.07%
BLUE value IS 133 (52.34% from 255) = 45.24%
R=17.69%
G=37.07%
B=45.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521091330.610.1800.48197.7843.7836.27
Hex346D853D12030c62c24
Octal6415520575220603065444
Binary11010011011011000010111110110010011000011000110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,109,133); }

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

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

 a { background-color: rgb(52,109,133); }

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

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

 span { border-color: rgb(52,109,133); }

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