#347489

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

Shades of Astral #347489

Tints of Astral #347489

Color information

#347489 (or 0x347489) is unknown color: approx Astral. HEX triplet: 34, 74 and 89. RGB value is (52,116,137). Sum of RGB (Red+Green+Blue) = 52+116+137=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #347489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347489 is #CB8B76. Grayscale: #636363. Windows color (decimal): -13339511 or 9008180. OLE color: 9008180.

HSL color Cylindrical-coordinate representation of color #347489: hue angle of 194.82º 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 #347489 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB52116137-
CMYK0.620.1500.46
HSL194.82º44.97%37.06%-
HSV(B)194.82º62.04%53.73%-
XYZ12.1815.0325.93-
YUV99.26149.394.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 116 (45.70% from 255) = 38.03%
BLUE value IS 137 (53.91% from 255) = 44.92%
R=17.05%
G=38.03%
B=44.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521161370.620.1500.46194.8244.9737.06
Hex3474893EF02Ec32d25
Octal6416421176170563035545
Binary1101001110100100010011111101111010111011000011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347489; }

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

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

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

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

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

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

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

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