Html Css Color HEX #347380 Astral

📋 copy color: '#347380'

red 52 ◦ green 115 ◦ blue 128

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

Shades of Astral #347380

Tints of Astral #347380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.98%

 BLUE value IS 128 (50.39% from 255) = 43.39%

R = 17.63%
G = 38.98%
B = 43.39%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#347380 (or 0x347380) is known color: Astral. HEX triplet: 34, 73 and 80. RGB value is (52,115,128). Sum of RGB (Red+Green+Blue) = 52+115+128=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 128 - color contains mainly: blue. Hex color #347380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347380 is #CB8C7F. Grayscale: #616161. Windows color (decimal): -13339776 or 8418100. OLE color: 8418100.

HSL color Cylindrical-coordinate representation of color #347380: hue angle of 190.26º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347380 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 115 128 -
CMYK 0.59 0.10 0 0.50
HSL 190.26º 0.42% 0.35% -
HSV(B) 190.26º 0.59% 0.5% -
XYZ 11.44 14.55 22.63 -
YUV 97.65 145.13 95.44 -
System Red Green Blue C M Y K H S L
Decimal 52 115 128 0.59 0.10 0 0.50 190.26 0.42 0.35
Hex 34 73 80 3B A 0 32 BE 2A 23
Octal 64 163 200 73 12 0 62 276 52 43
Binary 110100 1110011 10000000 111011 1010 0 110010 10111110 101010 100011

Color Harmonies of #347380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347380

Black with #347380

Text Example


Text Example

White with #347380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347380; }

 p { color: rgb(52,115,128); }

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

background-color css

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

 a { background-color: rgb(52,115,128); }

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

border-color css

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

 span { border-color: rgb(52,115,128); }

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