#347A8B

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

Shades of Astral #347A8B

Tints of Astral #347A8B

Color information

#347A8B (or 0x347A8B) is unknown color: approx Astral. HEX triplet: 34, 7A and 8B. RGB value is (52,122,139). Sum of RGB (Red+Green+Blue) = 52+122+139=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #347A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347A8B is #CB8574. Grayscale: #666666. Windows color (decimal): -13337973 or 9140788. OLE color: 9140788.

HSL color Cylindrical-coordinate representation of color #347A8B: hue angle of 191.72º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #347A8B is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB52122139-
CMYK0.630.1200.45
HSL191.72º45.55%37.45%-
HSV(B)191.72º62.59%54.51%-
XYZ13.0416.5126.93-
YUV103.01148.3191.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.61%
GREEN value IS 122 (48.05% from 255) = 38.98%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=16.61%
G=38.98%
B=44.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521221390.630.1200.45191.7245.5537.45
Hex347A8B3FC02Dc02e25
Octal6417221377140553005645
Binary1101001111010100010111111111100010110111000000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347A8B; }

 p { color: rgb(52,122,139); }

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

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

 a { background-color: rgb(52,122,139); }

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

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

 span { border-color: rgb(52,122,139); }

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