Html Css Color HEX #347C8E Astral

📋 copy color: '#347C8E'

red 52 ◦ green 124 ◦ blue 142

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

Shades of Astral #347C8E

Tints of Astral #347C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.65%

R = 16.35%
G = 38.99%
B = 44.65%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#347C8E (or 0x347C8E) is known color: Astral. HEX triplet: 34, 7C and 8E. RGB value is (52,124,142). Sum of RGB (Red+Green+Blue) = 52+124+142=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #347C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347C8E is #CB8371. Grayscale: #686868. Windows color (decimal): -13337458 or 9337908. OLE color: 9337908.

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

Color convert

RGB 52 124 142 -
CMYK 0.63 0.13 0 0.44
HSL 192º 0.46% 0.38% -
HSV(B) 192º 0.63% 0.56% -
XYZ 13.51 17.1 28.18 -
YUV 104.52 149.15 90.54 -
System Red Green Blue C M Y K H S L
Decimal 52 124 142 0.63 0.13 0 0.44 192 0.46 0.38
Hex 34 7C 8E 3F D 0 2C C0 2E 26
Octal 64 174 216 77 15 0 54 300 56 46
Binary 110100 1111100 10001110 111111 1101 0 101100 11000000 101110 100110

Color Harmonies of #347C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347C8E

Black with #347C8E

Text Example


Text Example

White with #347C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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