#34687E

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

Shades of Astral #34687E

Tints of Astral #34687E

Color information

#34687E (or 0x34687E) is unknown color: approx Astral. HEX triplet: 34, 68 and 7E. RGB value is (52,104,126). Sum of RGB (Red+Green+Blue) = 52+104+126=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 126 - color contains mainly: blue. Hex color #34687E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34687E is #CB9781. Grayscale: #5A5A5A. Windows color (decimal): -13342594 or 8284212. OLE color: 8284212.

HSL color Cylindrical-coordinate representation of color #34687E: hue angle of 197.84º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34687E is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB52104126-
CMYK0.590.1700.51
HSL197.84º41.57%34.9%-
HSV(B)197.84º58.73%49.41%-
XYZ10.1312.1421.55-
YUV90.96147.77100.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 104 (41.02% from 255) = 36.88%
BLUE value IS 126 (49.61% from 255) = 44.68%
R=18.44%
G=36.88%
B=44.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521041260.590.1700.51197.8441.5734.9
Hex34687E3B11033c62a23
Octal6415017673210633065243
Binary1101001101000111111011101110001011001111000110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34687E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34687E; }

 p { color: rgb(52,104,126); }

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

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

 a { background-color: rgb(52,104,126); }

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

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

 span { border-color: rgb(52,104,126); }

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