Html Css Color HEX #347C8D Astral

📋 copy color: '#347C8D'

red 52 ◦ green 124 ◦ blue 141

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

Shades of Astral #347C8D

Tints of Astral #347C8D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.12%

 BLUE value IS 141 (55.47% from 255) = 44.48%

R = 16.4%
G = 39.12%
B = 44.48%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#347C8D (or 0x347C8D) is known color: Astral. HEX triplet: 34, 7C and 8D. RGB value is (52,124,141). Sum of RGB (Red+Green+Blue) = 52+124+141=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #347C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347C8D is #CB8372. Grayscale: #686868. Windows color (decimal): -13337459 or 9272372. OLE color: 9272372.

HSL color Cylindrical-coordinate representation of color #347C8D: hue angle of 191.46º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #347C8D is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 124 141 -
CMYK 0.63 0.12 0 0.45
HSL 191.46º 0.46% 0.38% -
HSV(B) 191.46º 0.63% 0.55% -
XYZ 13.43 17.07 27.79 -
YUV 104.41 148.65 90.62 -
System Red Green Blue C M Y K H S L
Decimal 52 124 141 0.63 0.12 0 0.45 191.46 0.46 0.38
Hex 34 7C 8D 3F C 0 2D BF 2E 26
Octal 64 174 215 77 14 0 55 277 56 46
Binary 110100 1111100 10001101 111111 1100 0 101101 10111111 101110 100110

Color Harmonies of #347C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347C8D

Black with #347C8D

Text Example


Text Example

White with #347C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347C8D; }

 p { color: rgb(52,124,141); }

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

background-color css

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

 a { background-color: rgb(52,124,141); }

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

border-color css

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

 span { border-color: rgb(52,124,141); }

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