Html Css Color HEX #347A8C Astral

📋 copy color: '#347A8C'

red 52 ◦ green 122 ◦ blue 140

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

Shades of Astral #347A8C

Tints of Astral #347A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.59%

R = 16.56%
G = 38.85%
B = 44.59%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#347A8C (or 0x347A8C) is known color: Astral. HEX triplet: 34, 7A and 8C. RGB value is (52,122,140). Sum of RGB (Red+Green+Blue) = 52+122+140=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #347A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347A8C is #CB8573. Grayscale: #666666. Windows color (decimal): -13337972 or 9206324. OLE color: 9206324.

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

Color convert

RGB 52 122 140 -
CMYK 0.63 0.13 0 0.45
HSL 192.27º 0.46% 0.38% -
HSV(B) 192.27º 0.63% 0.55% -
XYZ 13.11 16.54 27.31 -
YUV 103.12 148.81 91.54 -
System Red Green Blue C M Y K H S L
Decimal 52 122 140 0.63 0.13 0 0.45 192.27 0.46 0.38
Hex 34 7A 8C 3F D 0 2D C0 2E 26
Octal 64 172 214 77 15 0 55 300 56 46
Binary 110100 1111010 10001100 111111 1101 0 101101 11000000 101110 100110

Color Harmonies of #347A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347A8C

Black with #347A8C

Text Example


Text Example

White with #347A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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