#347592

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

Shades of Astral #347592

Tints of Astral #347592

Color information

#347592 (or 0x347592) is unknown color: approx Astral. HEX triplet: 34, 75 and 92. RGB value is (52,117,146). Sum of RGB (Red+Green+Blue) = 52+117+146=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #347592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347592 is #CB8A6D. Grayscale: #646464. Windows color (decimal): -13339246 or 9598260. OLE color: 9598260.

HSL color Cylindrical-coordinate representation of color #347592: hue angle of 198.51º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #347592 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB52117146-
CMYK0.640.2000.43
HSL198.51º47.47%38.82%-
HSV(B)198.51º64.38%57.25%-
XYZ12.9715.5329.51-
YUV100.87153.4793.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.51%
GREEN value IS 117 (46.09% from 255) = 37.14%
BLUE value IS 146 (57.42% from 255) = 46.35%
R=16.51%
G=37.14%
B=46.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521171460.640.2000.43198.5147.4738.82
Hex347592401402Bc72f27
Octal64165222100240533075747
Binary110100111010110010010100000010100010101111000111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347592; }

 p { color: rgb(52,117,146); }

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

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

 a { background-color: rgb(52,117,146); }

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

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

 span { border-color: rgb(52,117,146); }

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