#347483

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

Shades of Astral #347483

Tints of Astral #347483

Color information

#347483 (or 0x347483) is unknown color: approx Astral. HEX triplet: 34, 74 and 83. RGB value is (52,116,131). Sum of RGB (Red+Green+Blue) = 52+116+131=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #347483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347483 is #CB8B7C. Grayscale: #626262. Windows color (decimal): -13339517 or 8614964. OLE color: 8614964.

HSL color Cylindrical-coordinate representation of color #347483: hue angle of 191.39º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #347483 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB52116131-
CMYK0.600.1100.49
HSL191.39º43.17%35.88%-
HSV(B)191.39º60.31%51.37%-
XYZ11.7614.8623.72-
YUV98.57146.394.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.39%
GREEN value IS 116 (45.70% from 255) = 38.80%
BLUE value IS 131 (51.56% from 255) = 43.81%
R=17.39%
G=38.80%
B=43.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521161310.600.1100.49191.3943.1735.88
Hex3474833CB031bf2b24
Octal6416420374130612775344
Binary1101001110100100000111111001011011000110111111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347483; }

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

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

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

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

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

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

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

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