#347787

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

Shades of Astral #347787

Tints of Astral #347787

Color information

#347787 (or 0x347787) is unknown color: approx Astral. HEX triplet: 34, 77 and 87. RGB value is (52,119,135). Sum of RGB (Red+Green+Blue) = 52+119+135=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 135 - color contains mainly: blue. Hex color #347787 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347787 is #CB8878. Grayscale: #646464. Windows color (decimal): -13338745 or 8877876. OLE color: 8877876.

HSL color Cylindrical-coordinate representation of color #347787: hue angle of 191.57º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #347787 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB52119135-
CMYK0.610.1200.47
HSL191.57º44.39%36.67%-
HSV(B)191.57º61.48%52.94%-
XYZ12.3915.6725.29-
YUV100.79147.393.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 119 (46.88% from 255) = 38.89%
BLUE value IS 135 (53.12% from 255) = 44.12%
R=16.99%
G=38.89%
B=44.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521191350.610.1200.47191.5744.3936.67
Hex3477873DC02Fc02c25
Octal6416720775140573005445
Binary1101001110111100001111111011100010111111000000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347787; }

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

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

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

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

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

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

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

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