Html Css Color HEX #347593 Astral

📋 copy color: '#347593'

red 52 ◦ green 117 ◦ blue 147

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

Shades of Astral #347593

Tints of Astral #347593

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.03%

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

R = 16.46%
G = 37.03%
B = 46.52%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#347593 (or 0x347593) is known color: Astral. HEX triplet: 34, 75 and 93. RGB value is (52,117,147). Sum of RGB (Red+Green+Blue) = 52+117+147=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #347593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347593 is #CB8A6C. Grayscale: #646464. Windows color (decimal): -13339245 or 9663796. OLE color: 9663796.

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

Color convert

RGB 52 117 147 -
CMYK 0.65 0.20 0 0.42
HSL 198.95º 0.48% 0.39% -
HSV(B) 198.95º 0.65% 0.58% -
XYZ 13.04 15.56 29.92 -
YUV 100.99 153.97 93.06 -
System Red Green Blue C M Y K H S L
Decimal 52 117 147 0.65 0.20 0 0.42 198.95 0.48 0.39
Hex 34 75 93 41 14 0 2A C7 30 27
Octal 64 165 223 101 24 0 52 307 60 47
Binary 110100 1110101 10010011 1000001 10100 0 101010 11000111 110000 100111

Color Harmonies of #347593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347593

Black with #347593

Text Example


Text Example

White with #347593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347593; }

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

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

background-color css

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

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

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

border-color css

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

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

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