Html Css Color HEX #347193 Astral

📋 copy color: '#347193'

red 52 ◦ green 113 ◦ blue 147

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

Shades of Astral #347193

Tints of Astral #347193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.12%

R = 16.67%
G = 36.22%
B = 47.12%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#347193 (or 0x347193) is known color: Astral. HEX triplet: 34, 71 and 93. RGB value is (52,113,147). Sum of RGB (Red+Green+Blue) = 52+113+147=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #347193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347193 is #CB8E6C. Grayscale: #626262. Windows color (decimal): -13340269 or 9662772. OLE color: 9662772.

HSL color Cylindrical-coordinate representation of color #347193: hue angle of 201.47º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #347193 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 113 147 -
CMYK 0.65 0.23 0 0.42
HSL 201.47º 0.48% 0.39% -
HSV(B) 201.47º 0.65% 0.58% -
XYZ 12.59 14.65 29.77 -
YUV 98.64 155.29 94.74 -
System Red Green Blue C M Y K H S L
Decimal 52 113 147 0.65 0.23 0 0.42 201.47 0.48 0.39
Hex 34 71 93 41 17 0 2A C9 30 27
Octal 64 161 223 101 27 0 52 311 60 47
Binary 110100 1110001 10010011 1000001 10111 0 101010 11001001 110000 100111

Color Harmonies of #347193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347193

Black with #347193

Text Example


Text Example

White with #347193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347193; }

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

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

background-color css

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

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

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

border-color css

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

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

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