#347287

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

Shades of Astral #347287

Tints of Astral #347287

Color information

#347287 (or 0x347287) is unknown color: approx Astral. HEX triplet: 34, 72 and 87. RGB value is (52,114,135). Sum of RGB (Red+Green+Blue) = 52+114+135=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #347287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347287 is #CB8D78. Grayscale: #616161. Windows color (decimal): -13340025 or 8876596. OLE color: 8876596.

HSL color Cylindrical-coordinate representation of color #347287: hue angle of 195.18º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #347287 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB52114135-
CMYK0.610.1600.47
HSL195.18º44.39%36.67%-
HSV(B)195.18º61.48%52.94%-
XYZ11.8114.5125.1-
YUV97.86148.9695.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.28%
GREEN value IS 114 (44.92% from 255) = 37.87%
BLUE value IS 135 (53.12% from 255) = 44.85%
R=17.28%
G=37.87%
B=44.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521141350.610.1600.47195.1844.3936.67
Hex3472873D1002Fc32c25
Octal6416220775200573035445
Binary11010011100101000011111110110000010111111000011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347287; }

 p { color: rgb(52,114,135); }

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

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

 a { background-color: rgb(52,114,135); }

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

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

 span { border-color: rgb(52,114,135); }

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