#347188

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

Shades of Astral #347188

Tints of Astral #347188

Color information

#347188 (or 0x347188) is unknown color: approx Astral. HEX triplet: 34, 71 and 88. RGB value is (52,113,136). Sum of RGB (Red+Green+Blue) = 52+113+136=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #347188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347188 is #CB8E77. Grayscale: #616161. Windows color (decimal): -13340280 or 8941876. OLE color: 8941876.

HSL color Cylindrical-coordinate representation of color #347188: hue angle of 196.43º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #347188 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB52113136-
CMYK0.620.1700.47
HSL196.43º44.68%36.86%-
HSV(B)196.43º61.76%53.33%-
XYZ11.7714.3225.44-
YUV97.38149.7995.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.28%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 136 (53.52% from 255) = 45.18%
R=17.28%
G=37.54%
B=45.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521131360.620.1700.47196.4344.6836.86
Hex3471883E1102Fc42d25
Octal6416121076210573045545
Binary11010011100011000100011111010001010111111000100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347188; }

 p { color: rgb(52,113,136); }

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

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

 a { background-color: rgb(52,113,136); }

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

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

 span { border-color: rgb(52,113,136); }

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