#347889

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

Shades of Astral #347889

Tints of Astral #347889

Color information

#347889 (or 0x347889) is unknown color: approx Astral. HEX triplet: 34, 78 and 89. RGB value is (52,120,137). Sum of RGB (Red+Green+Blue) = 52+120+137=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #347889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347889 is #CB8776. Grayscale: #656565. Windows color (decimal): -13338487 or 9009204. OLE color: 9009204.

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

Color convert

RGB52120137-
CMYK0.620.1200.46
HSL192º44.97%37.06%-
HSV(B)192º62.04%53.73%-
XYZ12.6515.9726.08-
YUV101.61147.9792.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 137 (53.91% from 255) = 44.34%
R=16.83%
G=38.83%
B=44.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521201370.620.1200.4619244.9737.06
Hex3478893EC02Ec02d25
Octal6417021176140563005545
Binary1101001111000100010011111101100010111011000000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347889; }

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

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

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

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

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

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

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

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