#347997

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

Shades of Astral #347997

Tints of Astral #347997

Color information

#347997 (or 0x347997) is unknown color: approx Astral. HEX triplet: 34, 79 and 97. RGB value is (52,121,151). Sum of RGB (Red+Green+Blue) = 52+121+151=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 151 (59.38% from 255 or 46.60% from 324); Max value from RGB is 151 - color contains mainly: blue. Hex color #347997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347997 is #CB8668. Grayscale: #676767. Windows color (decimal): -13338217 or 9926964. OLE color: 9926964.

HSL color Cylindrical-coordinate representation of color #347997: hue angle of 198.18º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #347997 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB52121151-
CMYK0.660.2000.41
HSL198.18º48.77%39.8%-
HSV(B)198.18º65.56%59.22%-
XYZ13.8416.6431.76-
YUV103.79154.6491.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.05%
GREEN value IS 121 (47.66% from 255) = 37.35%
BLUE value IS 151 (59.38% from 255) = 46.60%
R=16.05%
G=37.35%
B=46.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521211510.660.2000.41198.1848.7739.8
Hex3479974214029c63128
Octal64171227102240513066150
Binary110100111100110010111100001010100010100111000110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347997; }

 p { color: rgb(52,121,151); }

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

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

 a { background-color: rgb(52,121,151); }

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

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

 span { border-color: rgb(52,121,151); }

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