Html Css Color HEX #347490 Astral

📋 copy color: '#347490'

red 52 ◦ green 116 ◦ blue 144

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

Shades of Astral #347490

Tints of Astral #347490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.18%

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

R = 16.67%
G = 37.18%
B = 46.15%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#347490 (or 0x347490) is known color: Astral. HEX triplet: 34, 74 and 90. RGB value is (52,116,144). Sum of RGB (Red+Green+Blue) = 52+116+144=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #347490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347490 is #CB8B6F. Grayscale: #636363. Windows color (decimal): -13339504 or 9466932. OLE color: 9466932.

HSL color Cylindrical-coordinate representation of color #347490: hue angle of 198.26º 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 #347490 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 116 144 -
CMYK 0.64 0.19 0 0.44
HSL 198.26º 0.47% 0.38% -
HSV(B) 198.26º 0.64% 0.56% -
XYZ 12.7 15.23 28.66 -
YUV 100.06 152.8 93.72 -
System Red Green Blue C M Y K H S L
Decimal 52 116 144 0.64 0.19 0 0.44 198.26 0.47 0.38
Hex 34 74 90 40 13 0 2C C6 2F 26
Octal 64 164 220 100 23 0 54 306 57 46
Binary 110100 1110100 10010000 1000000 10011 0 101100 11000110 101111 100110

Color Harmonies of #347490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347490

Black with #347490

Text Example


Text Example

White with #347490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347490; }

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

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

background-color css

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

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

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

border-color css

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

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

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