#34717F

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

Shades of Astral #34717F

Tints of Astral #34717F

Color information

#34717F (or 0x34717F) is unknown color: approx Astral. HEX triplet: 34, 71 and 7F. RGB value is (52,113,127). Sum of RGB (Red+Green+Blue) = 52+113+127=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #34717F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34717F is #CB8E80. Grayscale: #606060. Windows color (decimal): -13340289 or 8352052. OLE color: 8352052.

HSL color Cylindrical-coordinate representation of color #34717F: hue angle of 191.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34717F is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB52113127-
CMYK0.590.1100.50
HSL191.2º41.9%35.1%-
HSV(B)191.2º59.06%49.8%-
XYZ11.1514.0722.21-
YUV96.36145.2996.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.81%
GREEN value IS 113 (44.53% from 255) = 38.70%
BLUE value IS 127 (50% from 255) = 43.49%
R=17.81%
G=38.70%
B=43.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal521131270.590.1100.50191.241.935.1
Hex34717F3BB032bf2a23
Octal6416117773130622775243
Binary110100111000111111111110111011011001010111111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34717F; }

 p { color: rgb(52,113,127); }

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

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

 a { background-color: rgb(52,113,127); }

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

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

 span { border-color: rgb(52,113,127); }

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