Html Css Color HEX #34718B Astral

📋 copy color: '#34718B'

red 52 ◦ green 113 ◦ blue 139

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

Shades of Astral #34718B

Tints of Astral #34718B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.72%

R = 17.11%
G = 37.17%
B = 45.72%

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

#34718B (or 0x34718B) is known color: Astral. HEX triplet: 34, 71 and 8B. RGB value is (52,113,139). Sum of RGB (Red+Green+Blue) = 52+113+139=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #34718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34718B is #CB8E74. Grayscale: #616161. Windows color (decimal): -13340277 or 9138484. OLE color: 9138484.

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

Color convert

RGB 52 113 139 -
CMYK 0.63 0.19 0 0.45
HSL 197.93º 0.46% 0.37% -
HSV(B) 197.93º 0.63% 0.55% -
XYZ 11.98 14.4 26.57 -
YUV 97.73 151.29 95.39 -
System Red Green Blue C M Y K H S L
Decimal 52 113 139 0.63 0.19 0 0.45 197.93 0.46 0.37
Hex 34 71 8B 3F 13 0 2D C6 2E 25
Octal 64 161 213 77 23 0 55 306 56 45
Binary 110100 1110001 10001011 111111 10011 0 101101 11000110 101110 100101

Color Harmonies of #34718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34718B

Black with #34718B

Text Example


Text Example

White with #34718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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