Html Css Color HEX #34728E Astral

📋 copy color: '#34728E'

red 52 ◦ green 114 ◦ blue 142

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

Shades of Astral #34728E

Tints of Astral #34728E

RGB

 RED value IS 52 (20.7% from 255) = 16.88%

 GREEN value IS 114 (44.92% from 255) = 37.01%

 BLUE value IS 142 (55.86% from 255) = 46.1%

R = 16.88%
G = 37.01%
B = 46.1%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#34728E (or 0x34728E) is known color: Astral. HEX triplet: 34, 72 and 8E. RGB value is (52,114,142). Sum of RGB (Red+Green+Blue) = 52+114+142=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #34728E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34728E is #CB8D71. Grayscale: #626262. Windows color (decimal): -13340018 or 9335348. OLE color: 9335348.

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

Color convert

RGB 52 114 142 -
CMYK 0.63 0.20 0 0.44
HSL 198.67º 0.46% 0.38% -
HSV(B) 198.67º 0.63% 0.56% -
XYZ 12.32 14.72 27.78 -
YUV 98.65 152.46 94.72 -
System Red Green Blue C M Y K H S L
Decimal 52 114 142 0.63 0.20 0 0.44 198.67 0.46 0.38
Hex 34 72 8E 3F 14 0 2C C7 2E 26
Octal 64 162 216 77 24 0 54 307 56 46
Binary 110100 1110010 10001110 111111 10100 0 101100 11000111 101110 100110

Color Harmonies of #34728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34728E

Black with #34728E

Text Example


Text Example

White with #34728E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34728E;
 }
 .AnyTagClassName
 {
   color: #34728E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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