#347384

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

Shades of Astral #347384

Tints of Astral #347384

Color information

#347384 (or 0x347384) is unknown color: approx Astral. HEX triplet: 34, 73 and 84. RGB value is (52,115,132). Sum of RGB (Red+Green+Blue) = 52+115+132=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #347384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347384 is #CB8C7B. Grayscale: #616161. Windows color (decimal): -13339772 or 8680244. OLE color: 8680244.

HSL color Cylindrical-coordinate representation of color #347384: hue angle of 192.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #347384 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB52115132-
CMYK0.610.1300.48
HSL192.75º43.48%36.08%-
HSV(B)192.75º60.61%51.76%-
XYZ11.7114.6624.04-
YUV98.1147.1395.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.39%
GREEN value IS 115 (45.31% from 255) = 38.46%
BLUE value IS 132 (51.95% from 255) = 44.15%
R=17.39%
G=38.46%
B=44.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521151320.610.1300.48192.7543.4836.08
Hex3473843DD030c12b24
Octal6416320475150603015344
Binary1101001110011100001001111011101011000011000001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347384; }

 p { color: rgb(52,115,132); }

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

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

 a { background-color: rgb(52,115,132); }

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

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

 span { border-color: rgb(52,115,132); }

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