Html Css Color HEX #347492 Astral

📋 copy color: '#347492'

red 52 ◦ green 116 ◦ blue 146

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

Shades of Astral #347492

Tints of Astral #347492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.94%

 BLUE value IS 146 (57.42% from 255) = 46.5%

R = 16.56%
G = 36.94%
B = 46.5%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#347492 (or 0x347492) is known color: Astral. HEX triplet: 34, 74 and 92. RGB value is (52,116,146). Sum of RGB (Red+Green+Blue) = 52+116+146=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #347492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347492 is #CB8B6D. Grayscale: #646464. Windows color (decimal): -13339502 or 9598004. OLE color: 9598004.

HSL color Cylindrical-coordinate representation of color #347492: hue angle of 199.15º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #347492 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 116 146 -
CMYK 0.64 0.21 0 0.43
HSL 199.15º 0.47% 0.39% -
HSV(B) 199.15º 0.64% 0.57% -
XYZ 12.85 15.3 29.47 -
YUV 100.28 153.8 93.56 -
System Red Green Blue C M Y K H S L
Decimal 52 116 146 0.64 0.21 0 0.43 199.15 0.47 0.39
Hex 34 74 92 40 15 0 2B C7 2F 27
Octal 64 164 222 100 25 0 53 307 57 47
Binary 110100 1110100 10010010 1000000 10101 0 101011 11000111 101111 100111

Color Harmonies of #347492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347492

Black with #347492

Text Example


Text Example

White with #347492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347492; }

 p { color: rgb(52,116,146); }

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

background-color css

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

 a { background-color: rgb(52,116,146); }

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

border-color css

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

 span { border-color: rgb(52,116,146); }

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