Html Css Color HEX #347190 Astral

📋 copy color: '#347190'

red 52 ◦ green 113 ◦ blue 144

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

Shades of Astral #347190

Tints of Astral #347190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.6%

R = 16.83%
G = 36.57%
B = 46.6%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#347190 (or 0x347190) is known color: Astral. HEX triplet: 34, 71 and 90. RGB value is (52,113,144). Sum of RGB (Red+Green+Blue) = 52+113+144=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #347190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347190 is #CB8E6F. Grayscale: #626262. Windows color (decimal): -13340272 or 9466164. OLE color: 9466164.

HSL color Cylindrical-coordinate representation of color #347190: hue angle of 200.22º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #347190 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 113 144 -
CMYK 0.64 0.22 0 0.44
HSL 200.22º 0.47% 0.38% -
HSV(B) 200.22º 0.64% 0.56% -
XYZ 12.36 14.55 28.54 -
YUV 98.3 153.79 94.98 -
System Red Green Blue C M Y K H S L
Decimal 52 113 144 0.64 0.22 0 0.44 200.22 0.47 0.38
Hex 34 71 90 40 16 0 2C C8 2F 26
Octal 64 161 220 100 26 0 54 310 57 46
Binary 110100 1110001 10010000 1000000 10110 0 101100 11001000 101111 100110

Color Harmonies of #347190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347190

Black with #347190

Text Example


Text Example

White with #347190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347190; }

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

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

background-color css

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

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

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

border-color css

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

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

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