Html Css Color HEX #34728D Astral

📋 copy color: '#34728D'

red 52 ◦ green 114 ◦ blue 141

#34728D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #34728D

Tints of Astral #34728D

RGB

 RED value IS 52 (20.7% 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 value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34728D (or 0x34728D) is known color: 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

RGB 52 114 141 -
CMYK 0.63 0.19 0 0.45
HSL 198.2º 0.46% 0.38% -
HSV(B) 198.2º 0.63% 0.55% -
XYZ 12.24 14.69 27.39 -
YUV 98.54 151.96 94.8 -
System Red Green Blue C M Y K H S L
Decimal 52 114 141 0.63 0.19 0 0.45 198.2 0.46 0.38
Hex 34 72 8D 3F 13 0 2D C6 2E 26
Octal 64 162 215 77 23 0 55 306 56 46
Binary 110100 1110010 10001101 111111 10011 0 101101 11000110 101110 100110

Color Harmonies of #34728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34728D

Black with #34728D

Text Example


Text Example

White with #34728D

Text Example


Text Example

HTML Codes & Css Web 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>