#347784

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

Shades of Astral #347784

Tints of Astral #347784

Color information

#347784 (or 0x347784) is unknown color: approx Astral. HEX triplet: 34, 77 and 84. RGB value is (52,119,132). Sum of RGB (Red+Green+Blue) = 52+119+132=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #347784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347784 is #CB887B. Grayscale: #646464. Windows color (decimal): -13338748 or 8681268. OLE color: 8681268.

HSL color Cylindrical-coordinate representation of color #347784: hue angle of 189.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #347784 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB52119132-
CMYK0.610.1000.48
HSL189.75º43.48%36.08%-
HSV(B)189.75º60.61%51.76%-
XYZ12.1815.5924.2-
YUV100.45145.893.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.16%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 132 (51.95% from 255) = 43.56%
R=17.16%
G=39.27%
B=43.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521191320.610.1000.48189.7543.4836.08
Hex3477843DA030be2b24
Octal6416720475120602765344
Binary1101001110111100001001111011010011000010111110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347784; }

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

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

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

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

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

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

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

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