Html Css Color HEX #34718A Astral

📋 copy color: '#34718A'

red 52 ◦ green 113 ◦ blue 138

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

Shades of Astral #34718A

Tints of Astral #34718A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.54%

R = 17.16%
G = 37.29%
B = 45.54%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#34718A (or 0x34718A) is known color: Astral. HEX triplet: 34, 71 and 8A. RGB value is (52,113,138). Sum of RGB (Red+Green+Blue) = 52+113+138=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #34718A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34718A is #CB8E75. Grayscale: #616161. Windows color (decimal): -13340278 or 9072948. OLE color: 9072948.

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

Color convert

RGB 52 113 138 -
CMYK 0.62 0.18 0 0.46
HSL 197.44º 0.45% 0.37% -
HSV(B) 197.44º 0.62% 0.54% -
XYZ 11.91 14.38 26.19 -
YUV 97.61 150.79 95.47 -
System Red Green Blue C M Y K H S L
Decimal 52 113 138 0.62 0.18 0 0.46 197.44 0.45 0.37
Hex 34 71 8A 3E 12 0 2E C5 2D 25
Octal 64 161 212 76 22 0 56 305 55 45
Binary 110100 1110001 10001010 111110 10010 0 101110 11000101 101101 100101

Color Harmonies of #34718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34718A

Black with #34718A

Text Example


Text Example

White with #34718A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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