#347C8C

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

Shades of Astral #347C8C

Tints of Astral #347C8C

Color information

#347C8C (or 0x347C8C) is unknown color: approx Astral. HEX triplet: 34, 7C and 8C. RGB value is (52,124,140). Sum of RGB (Red+Green+Blue) = 52+124+140=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #347C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347C8C is #CB8373. Grayscale: #686868. Windows color (decimal): -13337460 or 9206836. OLE color: 9206836.

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

Color convert

RGB52124140-
CMYK0.630.1100.45
HSL190.91º45.83%37.65%-
HSV(B)190.91º62.86%54.9%-
XYZ13.3617.0427.4-
YUV104.3148.1590.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.46%
GREEN value IS 124 (48.83% from 255) = 39.24%
BLUE value IS 140 (55.08% from 255) = 44.30%
R=16.46%
G=39.24%
B=44.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521241400.630.1100.45190.9145.8337.65
Hex347C8C3FB02Dbf2e26
Octal6417421477130552775646
Binary1101001111100100011001111111011010110110111111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,124,140); }

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

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

 a { background-color: rgb(52,124,140); }

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

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

 span { border-color: rgb(52,124,140); }

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