#34728D

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

Shades of Astral #34728D

Tints of Astral #34728D

Color information

#34728D (or 0x34728D) is unknown color: approx Astral. HEX triplet: 34, 72 and 8D. RGB value is (52,114,141). Sum of RGB (Red+Green+Blue) = 52+114+141=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #34728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34728D is #CB8D72. Grayscale: #626262. Windows color (decimal): -13340019 or 9269812. OLE color: 9269812.

HSL color Cylindrical-coordinate representation of color #34728D: hue angle of 198.2º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34728D is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB52114141-
CMYK0.630.1900.45
HSL198.2º46.11%37.84%-
HSV(B)198.2º63.12%55.29%-
XYZ12.2414.6927.39-
YUV98.54151.9694.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.94%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=16.94%
G=37.13%
B=45.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521141410.630.1900.45198.246.1137.84
Hex34728D3F1302Dc62e26
Octal6416221577230553065646
Binary11010011100101000110111111110011010110111000110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34728D; }

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

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

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

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

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

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

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

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