Html Css Color HEX #347293 Astral

📋 copy color: '#347293'

red 52 ◦ green 114 ◦ blue 147

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

Shades of Astral #347293

Tints of Astral #347293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.42%

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

R = 16.61%
G = 36.42%
B = 46.96%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#347293 (or 0x347293) is known color: Astral. HEX triplet: 34, 72 and 93. RGB value is (52,114,147). Sum of RGB (Red+Green+Blue) = 52+114+147=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #347293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347293 is #CB8D6C. Grayscale: #636363. Windows color (decimal): -13340013 or 9663028. OLE color: 9663028.

HSL color Cylindrical-coordinate representation of color #347293: hue angle of 200.84º 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 #347293 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 114 147 -
CMYK 0.65 0.22 0 0.42
HSL 200.84º 0.48% 0.39% -
HSV(B) 200.84º 0.65% 0.58% -
XYZ 12.7 14.87 29.8 -
YUV 99.22 154.96 94.32 -
System Red Green Blue C M Y K H S L
Decimal 52 114 147 0.65 0.22 0 0.42 200.84 0.48 0.39
Hex 34 72 93 41 16 0 2A C9 30 27
Octal 64 162 223 101 26 0 52 311 60 47
Binary 110100 1110010 10010011 1000001 10110 0 101010 11001001 110000 100111

Color Harmonies of #347293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347293

Black with #347293

Text Example


Text Example

White with #347293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347293; }

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

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

background-color css

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

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

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

border-color css

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

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

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