Html Css Color HEX #347394 Astral

📋 copy color: '#347394'

red 52 ◦ green 115 ◦ blue 148

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

Shades of Astral #347394

Tints of Astral #347394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.51%

 BLUE value IS 148 (58.2% from 255) = 46.98%

R = 16.51%
G = 36.51%
B = 46.98%

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

#347394 (or 0x347394) is known color: Astral. HEX triplet: 34, 73 and 94. RGB value is (52,115,148). Sum of RGB (Red+Green+Blue) = 52+115+148=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #347394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347394 is #CB8C6B. Grayscale: #636363. Windows color (decimal): -13339756 or 9728820. OLE color: 9728820.

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

Color convert

RGB 52 115 148 -
CMYK 0.65 0.22 0 0.42
HSL 200.63º 0.48% 0.39% -
HSV(B) 200.63º 0.65% 0.58% -
XYZ 12.89 15.13 30.26 -
YUV 99.93 155.13 93.82 -
System Red Green Blue C M Y K H S L
Decimal 52 115 148 0.65 0.22 0 0.42 200.63 0.48 0.39
Hex 34 73 94 41 16 0 2A C9 30 27
Octal 64 163 224 101 26 0 52 311 60 47
Binary 110100 1110011 10010100 1000001 10110 0 101010 11001001 110000 100111

Color Harmonies of #347394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347394

Black with #347394

Text Example


Text Example

White with #347394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347394; }

 p { color: rgb(52,115,148); }

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

background-color css

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

 a { background-color: rgb(52,115,148); }

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

border-color css

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

 span { border-color: rgb(52,115,148); }

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