#347892

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

Shades of Astral #347892

Tints of Astral #347892

Color information

#347892 (or 0x347892) is unknown color: approx Astral. HEX triplet: 34, 78 and 92. RGB value is (52,120,146). Sum of RGB (Red+Green+Blue) = 52+120+146=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #347892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347892 is #CB876D. Grayscale: #666666. Windows color (decimal): -13338478 or 9599028. OLE color: 9599028.

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

Color convert

RGB52120146-
CMYK0.640.1800.43
HSL196.6º47.47%38.82%-
HSV(B)196.6º64.38%57.25%-
XYZ13.3216.2429.63-
YUV102.63152.4791.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.35%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 146 (57.42% from 255) = 45.91%
R=16.35%
G=37.74%
B=45.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521201460.640.1800.43196.647.4738.82
Hex347892401202Bc52f27
Octal64170222100220533055747
Binary110100111100010010010100000010010010101111000101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347892; }

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

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

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

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

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

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

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

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