#347998

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

Shades of Astral #347998

Tints of Astral #347998

Color information

#347998 (or 0x347998) is unknown color: approx Astral. HEX triplet: 34, 79 and 98. RGB value is (52,121,152). Sum of RGB (Red+Green+Blue) = 52+121+152=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #347998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347998 is #CB8667. Grayscale: #676767. Windows color (decimal): -13338216 or 9992500. OLE color: 9992500.

HSL color Cylindrical-coordinate representation of color #347998: hue angle of 198.6º 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 #347998 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB52121152-
CMYK0.660.2000.40
HSL198.6º49.02%40%-
HSV(B)198.6º65.79%59.61%-
XYZ13.9216.6732.19-
YUV103.9155.1490.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16%
GREEN value IS 121 (47.66% from 255) = 37.23%
BLUE value IS 152 (59.77% from 255) = 46.77%
R=16%
G=37.23%
B=46.77%

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
Decimal521211520.660.2000.40198.649.0240
Hex3479984214028c73128
Octal64171230102240503076150
Binary110100111100110011000100001010100010100011000111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347998; }

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

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

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

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

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

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

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

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