#347392

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

Shades of Astral #347392

Tints of Astral #347392

Color information

#347392 (or 0x347392) is unknown color: approx Astral. HEX triplet: 34, 73 and 92. RGB value is (52,115,146). Sum of RGB (Red+Green+Blue) = 52+115+146=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #347392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347392 is #CB8C6D. Grayscale: #636363. Windows color (decimal): -13339758 or 9597748. OLE color: 9597748.

HSL color Cylindrical-coordinate representation of color #347392: hue angle of 199.79º 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 #347392 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB52115146-
CMYK0.640.2100.43
HSL199.79º47.47%38.82%-
HSV(B)199.79º64.38%57.25%-
XYZ12.7415.0729.43-
YUV99.7154.1393.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.61%
GREEN value IS 115 (45.31% from 255) = 36.74%
BLUE value IS 146 (57.42% from 255) = 46.65%
R=16.61%
G=36.74%
B=46.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521151460.640.2100.43199.7947.4738.82
Hex347392401502Bc82f27
Octal64163222100250533105747
Binary110100111001110010010100000010101010101111001000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347392; }

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

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

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

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

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

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

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

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