#347896

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

Shades of Astral #347896

Tints of Astral #347896

Color information

#347896 (or 0x347896) is unknown color: approx Astral. HEX triplet: 34, 78 and 96. RGB value is (52,120,150). Sum of RGB (Red+Green+Blue) = 52+120+150=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #347896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347896 is #CB8769. Grayscale: #666666. Windows color (decimal): -13338474 or 9861172. OLE color: 9861172.

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

Color convert

RGB52120150-
CMYK0.650.2000.41
HSL198.37º48.51%39.61%-
HSV(B)198.37º65.33%58.82%-
XYZ13.6416.3731.29-
YUV103.09154.4791.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.15%
GREEN value IS 120 (47.27% from 255) = 37.27%
BLUE value IS 150 (58.98% from 255) = 46.58%
R=16.15%
G=37.27%
B=46.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521201500.650.2000.41198.3748.5139.61
Hex3478964114029c63128
Octal64170226101240513066150
Binary110100111100010010110100000110100010100111000110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347896; }

 p { color: rgb(52,120,150); }

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

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

 a { background-color: rgb(52,120,150); }

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

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

 span { border-color: rgb(52,120,150); }

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