#346782

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

Shades of Astral #346782

Tints of Astral #346782

Color information

#346782 (or 0x346782) is unknown color: approx Astral. HEX triplet: 34, 67 and 82. RGB value is (52,103,130). Sum of RGB (Red+Green+Blue) = 52+103+130=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #346782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346782 is #CB987D. Grayscale: #5A5A5A. Windows color (decimal): -13342846 or 8546100. OLE color: 8546100.

HSL color Cylindrical-coordinate representation of color #346782: hue angle of 200.77º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #346782 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB52103130-
CMYK0.600.2100.49
HSL200.77º42.86%35.69%-
HSV(B)200.77º60%50.98%-
XYZ10.312.0422.9-
YUV90.83150.1100.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 103 (40.62% from 255) = 36.14%
BLUE value IS 130 (51.17% from 255) = 45.61%
R=18.25%
G=36.14%
B=45.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521031300.600.2100.49200.7742.8635.69
Hex3467823C15031c92b24
Octal6414720274250613115344
Binary11010011001111000001011110010101011000111001001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346782; }

 p { color: rgb(52,103,130); }

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

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

 a { background-color: rgb(52,103,130); }

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

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

 span { border-color: rgb(52,103,130); }

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