Html Css Color HEX #347189 Astral

📋 copy color: '#347189'

red 52 ◦ green 113 ◦ blue 137

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

Shades of Astral #347189

Tints of Astral #347189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.36%

R = 17.22%
G = 37.42%
B = 45.36%

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

#347189 (or 0x347189) is known color: Astral. HEX triplet: 34, 71 and 89. RGB value is (52,113,137). Sum of RGB (Red+Green+Blue) = 52+113+137=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 137 - color contains mainly: blue. Hex color #347189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347189 is #CB8E76. Grayscale: #616161. Windows color (decimal): -13340279 or 9007412. OLE color: 9007412.

HSL color Cylindrical-coordinate representation of color #347189: hue angle of 196.94º 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 #347189 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 113 137 -
CMYK 0.62 0.18 0 0.46
HSL 196.94º 0.45% 0.37% -
HSV(B) 196.94º 0.62% 0.54% -
XYZ 11.84 14.35 25.81 -
YUV 97.5 150.29 95.55 -
System Red Green Blue C M Y K H S L
Decimal 52 113 137 0.62 0.18 0 0.46 196.94 0.45 0.37
Hex 34 71 89 3E 12 0 2E C5 2D 25
Octal 64 161 211 76 22 0 56 305 55 45
Binary 110100 1110001 10001001 111110 10010 0 101110 11000101 101101 100101

Color Harmonies of #347189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347189

Black with #347189

Text Example


Text Example

White with #347189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347189; }

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

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

background-color css

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

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

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

border-color css

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

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

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