Html Css Color HEX #347A8E Astral

📋 copy color: '#347A8E'

red 52 ◦ green 122 ◦ blue 142

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

Shades of Astral #347A8E

Tints of Astral #347A8E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.61%

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

R = 16.46%
G = 38.61%
B = 44.94%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#347A8E (or 0x347A8E) is known color: Astral. HEX triplet: 34, 7A and 8E. RGB value is (52,122,142). Sum of RGB (Red+Green+Blue) = 52+122+142=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #347A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347A8E is #CB8571. Grayscale: #676767. Windows color (decimal): -13337970 or 9337396. OLE color: 9337396.

HSL color Cylindrical-coordinate representation of color #347A8E: hue angle of 193.33º 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 #347A8E is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 122 142 -
CMYK 0.63 0.14 0 0.44
HSL 193.33º 0.46% 0.38% -
HSV(B) 193.33º 0.63% 0.56% -
XYZ 13.26 16.6 28.1 -
YUV 103.35 149.81 91.37 -
System Red Green Blue C M Y K H S L
Decimal 52 122 142 0.63 0.14 0 0.44 193.33 0.46 0.38
Hex 34 7A 8E 3F E 0 2C C1 2E 26
Octal 64 172 216 77 16 0 54 301 56 46
Binary 110100 1111010 10001110 111111 1110 0 101100 11000001 101110 100110

Color Harmonies of #347A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347A8E

Black with #347A8E

Text Example


Text Example

White with #347A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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