Html Css Color HEX #347091 Astral

📋 copy color: '#347091'

red 52 ◦ green 112 ◦ blue 145

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

Shades of Astral #347091

Tints of Astral #347091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.25%

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

R = 16.83%
G = 36.25%
B = 46.93%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#347091 (or 0x347091) is known color: Astral. HEX triplet: 34, 70 and 91. RGB value is (52,112,145). Sum of RGB (Red+Green+Blue) = 52+112+145=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #347091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347091 is #CB8F6E. Grayscale: #616161. Windows color (decimal): -13340527 or 9531444. OLE color: 9531444.

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

Color convert

RGB 52 112 145 -
CMYK 0.64 0.23 0 0.43
HSL 201.29º 0.47% 0.39% -
HSV(B) 201.29º 0.64% 0.57% -
XYZ 12.32 14.36 28.91 -
YUV 97.82 154.62 95.32 -
System Red Green Blue C M Y K H S L
Decimal 52 112 145 0.64 0.23 0 0.43 201.29 0.47 0.39
Hex 34 70 91 40 17 0 2B C9 2F 27
Octal 64 160 221 100 27 0 53 311 57 47
Binary 110100 1110000 10010001 1000000 10111 0 101011 11001001 101111 100111

Color Harmonies of #347091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347091

Black with #347091

Text Example


Text Example

White with #347091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347091; }

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

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

background-color css

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

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

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

border-color css

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

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

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