#347B8B

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

Shades of Astral #347B8B

Tints of Astral #347B8B

Color information

#347B8B (or 0x347B8B) is unknown color: approx Astral. HEX triplet: 34, 7B and 8B. RGB value is (52,123,139). Sum of RGB (Red+Green+Blue) = 52+123+139=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #347B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347B8B is #CB8474. Grayscale: #676767. Windows color (decimal): -13337717 or 9141044. OLE color: 9141044.

HSL color Cylindrical-coordinate representation of color #347B8B: hue angle of 191.03º 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 #347B8B is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB52123139-
CMYK0.630.1200.45
HSL191.03º45.55%37.45%-
HSV(B)191.03º62.59%54.51%-
XYZ13.1616.7626.97-
YUV103.6147.9891.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.56%
GREEN value IS 123 (48.44% from 255) = 39.17%
BLUE value IS 139 (54.69% from 255) = 44.27%
R=16.56%
G=39.17%
B=44.27%

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
Decimal521231390.630.1200.45191.0345.5537.45
Hex347B8B3FC02Dbf2e25
Octal6417321377140552775645
Binary1101001111011100010111111111100010110110111111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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