#347789

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

Shades of Astral #347789

Tints of Astral #347789

Color information

#347789 (or 0x347789) is unknown color: approx Astral. HEX triplet: 34, 77 and 89. RGB value is (52,119,137). Sum of RGB (Red+Green+Blue) = 52+119+137=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #347789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347789 is #CB8876. Grayscale: #646464. Windows color (decimal): -13338743 or 9008948. OLE color: 9008948.

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

Color convert

RGB52119137-
CMYK0.620.1300.46
HSL192.71º44.97%37.06%-
HSV(B)192.71º62.04%53.73%-
XYZ12.5315.7326.04-
YUV101.02148.393.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.88%
GREEN value IS 119 (46.88% from 255) = 38.64%
BLUE value IS 137 (53.91% from 255) = 44.48%
R=16.88%
G=38.64%
B=44.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521191370.620.1300.46192.7144.9737.06
Hex3477893ED02Ec12d25
Octal6416721176150563015545
Binary1101001110111100010011111101101010111011000001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347789; }

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

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

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

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

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

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

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

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