#346A7F

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

Shades of Astral #346A7F

Tints of Astral #346A7F

Color information

#346A7F (or 0x346A7F) is unknown color: approx Astral. HEX triplet: 34, 6A and 7F. RGB value is (52,106,127). Sum of RGB (Red+Green+Blue) = 52+106+127=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #346A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346A7F is #CB9580. Grayscale: #5C5C5C. Windows color (decimal): -13342081 or 8350260. OLE color: 8350260.

HSL color Cylindrical-coordinate representation of color #346A7F: hue angle of 196.8º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #346A7F is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB52106127-
CMYK0.590.1700.50
HSL196.8º41.9%35.1%-
HSV(B)196.8º59.06%49.8%-
XYZ10.412.5721.96-
YUV92.25147.6199.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 106 (41.80% from 255) = 37.19%
BLUE value IS 127 (50% from 255) = 44.56%
R=18.25%
G=37.19%
B=44.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal521061270.590.1700.50196.841.935.1
Hex346A7F3B11032c52a23
Octal6415217773210623055243
Binary1101001101010111111111101110001011001011000101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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