#347884

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

Shades of Astral #347884

Tints of Astral #347884

Color information

#347884 (or 0x347884) is unknown color: approx Astral. HEX triplet: 34, 78 and 84. RGB value is (52,120,132). Sum of RGB (Red+Green+Blue) = 52+120+132=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #347884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347884 is #CB877B. Grayscale: #646464. Windows color (decimal): -13338492 or 8681524. OLE color: 8681524.

HSL color Cylindrical-coordinate representation of color #347884: hue angle of 189º 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 #347884 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB52120132-
CMYK0.610.0900.48
HSL189º43.48%36.08%-
HSV(B)189º60.61%51.76%-
XYZ12.315.8324.24-
YUV101.04145.4793.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.11%
GREEN value IS 120 (47.27% from 255) = 39.47%
BLUE value IS 132 (51.95% from 255) = 43.42%
R=17.11%
G=39.47%
B=43.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521201320.610.0900.4818943.4836.08
Hex3478843D9030bd2b24
Octal6417020475110602755344
Binary1101001111000100001001111011001011000010111101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347884; }

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

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

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

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

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

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

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

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