Html Css Color HEX #347A8B Astral

📋 copy color: '#347A8B'

red 52 ◦ green 122 ◦ blue 139

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

Shades of Astral #347A8B

Tints of Astral #347A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.41%

R = 16.61%
G = 38.98%
B = 44.41%

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

#347A8B (or 0x347A8B) is known color: Astral. HEX triplet: 34, 7A and 8B. RGB value is (52,122,139). Sum of RGB (Red+Green+Blue) = 52+122+139=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #347A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347A8B is #CB8574. Grayscale: #666666. Windows color (decimal): -13337973 or 9140788. OLE color: 9140788.

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

Color convert

RGB 52 122 139 -
CMYK 0.63 0.12 0 0.45
HSL 191.72º 0.46% 0.37% -
HSV(B) 191.72º 0.63% 0.55% -
XYZ 13.04 16.51 26.93 -
YUV 103.01 148.31 91.62 -
System Red Green Blue C M Y K H S L
Decimal 52 122 139 0.63 0.12 0 0.45 191.72 0.46 0.37
Hex 34 7A 8B 3F C 0 2D C0 2E 25
Octal 64 172 213 77 14 0 55 300 56 45
Binary 110100 1111010 10001011 111111 1100 0 101101 11000000 101110 100101

Color Harmonies of #347A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347A8B

Black with #347A8B

Text Example


Text Example

White with #347A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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