Html Css Color HEX #34718D Astral

📋 copy color: '#34718D'

red 52 ◦ green 113 ◦ blue 141

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

Shades of Astral #34718D

Tints of Astral #34718D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.93%

 BLUE value IS 141 (55.47% from 255) = 46.08%

R = 16.99%
G = 36.93%
B = 46.08%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34718D (or 0x34718D) is known color: Astral. HEX triplet: 34, 71 and 8D. RGB value is (52,113,141). Sum of RGB (Red+Green+Blue) = 52+113+141=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #34718D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34718D is #CB8E72. Grayscale: #616161. Windows color (decimal): -13340275 or 9269556. OLE color: 9269556.

HSL color Cylindrical-coordinate representation of color #34718D: hue angle of 198.88º 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 #34718D is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 113 141 -
CMYK 0.63 0.20 0 0.45
HSL 198.88º 0.46% 0.38% -
HSV(B) 198.88º 0.63% 0.55% -
XYZ 12.13 14.46 27.35 -
YUV 97.95 152.29 95.22 -
System Red Green Blue C M Y K H S L
Decimal 52 113 141 0.63 0.20 0 0.45 198.88 0.46 0.38
Hex 34 71 8D 3F 14 0 2D C7 2E 26
Octal 64 161 215 77 24 0 55 307 56 46
Binary 110100 1110001 10001101 111111 10100 0 101101 11000111 101110 100110

Color Harmonies of #34718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34718D

Black with #34718D

Text Example


Text Example

White with #34718D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34718D;
 }
 .AnyTagClassName
 {
   color: #34718D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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