#347A98

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

Shades of Astral #347A98

Tints of Astral #347A98

Color information

#347A98 (or 0x347A98) is unknown color: approx Astral. HEX triplet: 34, 7A and 98. RGB value is (52,122,152). Sum of RGB (Red+Green+Blue) = 52+122+152=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #347A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347A98 is #CB8567. Grayscale: #686868. Windows color (decimal): -13337960 or 9992756. OLE color: 9992756.

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

Color convert

RGB52122152-
CMYK0.660.2000.40
HSL198º49.02%40%-
HSV(B)198º65.79%59.61%-
XYZ14.0416.9232.23-
YUV104.49154.8190.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.95%
GREEN value IS 122 (48.05% from 255) = 37.42%
BLUE value IS 152 (59.77% from 255) = 46.63%
R=15.95%
G=37.42%
B=46.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal521221520.660.2000.4019849.0240
Hex347A984214028c63128
Octal64172230102240503066150
Binary110100111101010011000100001010100010100011000110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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