#347594

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

Shades of Astral #347594

Tints of Astral #347594

Color information

#347594 (or 0x347594) is unknown color: approx Astral. HEX triplet: 34, 75 and 94. RGB value is (52,117,148). Sum of RGB (Red+Green+Blue) = 52+117+148=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #347594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347594 is #CB8A6B. Grayscale: #646464. Windows color (decimal): -13339244 or 9729332. OLE color: 9729332.

HSL color Cylindrical-coordinate representation of color #347594: hue angle of 199.38º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #347594 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB52117148-
CMYK0.650.2100.42
HSL199.38º48%39.22%-
HSV(B)199.38º64.86%58.04%-
XYZ13.1215.5930.33-
YUV101.1154.4792.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.40%
GREEN value IS 117 (46.09% from 255) = 36.91%
BLUE value IS 148 (58.20% from 255) = 46.69%
R=16.40%
G=36.91%
B=46.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521171480.650.2100.42199.384839.22
Hex347594411502Ac73027
Octal64165224101250523076047
Binary110100111010110010100100000110101010101011000111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347594; }

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

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

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

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

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

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

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

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