#347389

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

Shades of Astral #347389

Tints of Astral #347389

Color information

#347389 (or 0x347389) is unknown color: approx Astral. HEX triplet: 34, 73 and 89. RGB value is (52,115,137). Sum of RGB (Red+Green+Blue) = 52+115+137=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #347389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347389 is #CB8C76. Grayscale: #626262. Windows color (decimal): -13339767 or 9007924. OLE color: 9007924.

HSL color Cylindrical-coordinate representation of color #347389: hue angle of 195.53º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #347389 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB52115137-
CMYK0.620.1600.46
HSL195.53º44.97%37.06%-
HSV(B)195.53º62.04%53.73%-
XYZ12.0614.825.89-
YUV98.67149.6394.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.11%
GREEN value IS 115 (45.31% from 255) = 37.83%
BLUE value IS 137 (53.91% from 255) = 45.07%
R=17.11%
G=37.83%
B=45.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521151370.620.1600.46195.5344.9737.06
Hex3473893E1002Ec42d25
Octal6416321176200563045545
Binary11010011100111000100111111010000010111011000100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347389; }

 p { color: rgb(52,115,137); }

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

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

 a { background-color: rgb(52,115,137); }

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

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

 span { border-color: rgb(52,115,137); }

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