#347985

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

Shades of Astral #347985

Tints of Astral #347985

Color information

#347985 (or 0x347985) is unknown color: approx Astral. HEX triplet: 34, 79 and 85. RGB value is (52,121,133). Sum of RGB (Red+Green+Blue) = 52+121+133=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #347985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347985 is #CB867A. Grayscale: #656565. Windows color (decimal): -13338235 or 8747316. OLE color: 8747316.

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

Color convert

RGB52121133-
CMYK0.610.0900.48
HSL188.89º43.78%36.27%-
HSV(B)188.89º60.9%52.16%-
XYZ12.4916.124.64-
YUV101.74145.6492.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 121 (47.66% from 255) = 39.54%
BLUE value IS 133 (52.34% from 255) = 43.46%
R=16.99%
G=39.54%
B=43.46%

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
Decimal521211330.610.0900.48188.8943.7836.27
Hex3479853D9030bd2c24
Octal6417120575110602755444
Binary1101001111001100001011111011001011000010111101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347985; }

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

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

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

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

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

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

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

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