Html Css Color HEX #347393 Astral

📋 copy color: '#347393'

red 52 ◦ green 115 ◦ blue 147

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

Shades of Astral #347393

Tints of Astral #347393

RGB

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

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

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

R = 16.56%
G = 36.62%
B = 46.82%

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

#347393 (or 0x347393) is known color: Astral. HEX triplet: 34, 73 and 93. RGB value is (52,115,147). Sum of RGB (Red+Green+Blue) = 52+115+147=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #347393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347393 is #CB8C6C. Grayscale: #636363. Windows color (decimal): -13339757 or 9663284. OLE color: 9663284.

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

Color convert

RGB 52 115 147 -
CMYK 0.65 0.22 0 0.42
HSL 200.21º 0.48% 0.39% -
HSV(B) 200.21º 0.65% 0.58% -
XYZ 12.81 15.1 29.84 -
YUV 99.81 154.63 93.9 -
System Red Green Blue C M Y K H S L
Decimal 52 115 147 0.65 0.22 0 0.42 200.21 0.48 0.39
Hex 34 73 93 41 16 0 2A C8 30 27
Octal 64 163 223 101 26 0 52 310 60 47
Binary 110100 1110011 10010011 1000001 10110 0 101010 11001000 110000 100111

Color Harmonies of #347393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347393

Black with #347393

Text Example


Text Example

White with #347393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347393; }

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

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

background-color css

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

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

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

border-color css

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

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

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