Html Css Color HEX #347591 Astral

📋 copy color: '#347591'

red 52 ◦ green 117 ◦ blue 145

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

Shades of Astral #347591

Tints of Astral #347591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.18%

R = 16.56%
G = 37.26%
B = 46.18%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#347591 (or 0x347591) is known color: Astral. HEX triplet: 34, 75 and 91. RGB value is (52,117,145). Sum of RGB (Red+Green+Blue) = 52+117+145=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #347591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347591 is #CB8A6E. Grayscale: #646464. Windows color (decimal): -13339247 or 9532724. OLE color: 9532724.

HSL color Cylindrical-coordinate representation of color #347591: hue angle of 198.06º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #347591 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 117 145 -
CMYK 0.64 0.19 0 0.43
HSL 198.06º 0.47% 0.39% -
HSV(B) 198.06º 0.64% 0.57% -
XYZ 12.89 15.5 29.1 -
YUV 100.76 152.97 93.22 -
System Red Green Blue C M Y K H S L
Decimal 52 117 145 0.64 0.19 0 0.43 198.06 0.47 0.39
Hex 34 75 91 40 13 0 2B C6 2F 27
Octal 64 165 221 100 23 0 53 306 57 47
Binary 110100 1110101 10010001 1000000 10011 0 101011 11000110 101111 100111

Color Harmonies of #347591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347591

Black with #347591

Text Example


Text Example

White with #347591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347591; }

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

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

background-color css

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

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

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

border-color css

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

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

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