Html Css Color HEX #347590 Astral

📋 copy color: '#347590'

red 52 ◦ green 117 ◦ blue 144

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

Shades of Astral #347590

Tints of Astral #347590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.38%

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

R = 16.61%
G = 37.38%
B = 46.01%

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

#347590 (or 0x347590) is known color: Astral. HEX triplet: 34, 75 and 90. RGB value is (52,117,144). Sum of RGB (Red+Green+Blue) = 52+117+144=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #347590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347590 is #CB8A6F. Grayscale: #646464. Windows color (decimal): -13339248 or 9467188. OLE color: 9467188.

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

Color convert

RGB 52 117 144 -
CMYK 0.64 0.19 0 0.44
HSL 197.61º 0.47% 0.38% -
HSV(B) 197.61º 0.64% 0.56% -
XYZ 12.81 15.47 28.7 -
YUV 100.64 152.47 93.3 -
System Red Green Blue C M Y K H S L
Decimal 52 117 144 0.64 0.19 0 0.44 197.61 0.47 0.38
Hex 34 75 90 40 13 0 2C C6 2F 26
Octal 64 165 220 100 23 0 54 306 57 46
Binary 110100 1110101 10010000 1000000 10011 0 101100 11000110 101111 100110

Color Harmonies of #347590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347590

Black with #347590

Text Example


Text Example

White with #347590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347590; }

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

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

background-color css

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

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

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

border-color css

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

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

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