Html Css Color HEX #347796 Astral

📋 copy color: '#347796'

red 52 ◦ green 119 ◦ blue 150

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

Shades of Astral #347796

Tints of Astral #347796

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.07%

 BLUE value IS 150 (58.98% from 255) = 46.73%

R = 16.2%
G = 37.07%
B = 46.73%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#347796 (or 0x347796) is known color: Astral. HEX triplet: 34, 77 and 96. RGB value is (52,119,150). Sum of RGB (Red+Green+Blue) = 52+119+150=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #347796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347796 is #CB8869. Grayscale: #666666. Windows color (decimal): -13338730 or 9860916. OLE color: 9860916.

HSL color Cylindrical-coordinate representation of color #347796: hue angle of 198.98º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #347796 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 119 150 -
CMYK 0.65 0.21 0 0.41
HSL 198.98º 0.49% 0.4% -
HSV(B) 198.98º 0.65% 0.59% -
XYZ 13.52 16.13 31.25 -
YUV 102.5 154.8 91.98 -
System Red Green Blue C M Y K H S L
Decimal 52 119 150 0.65 0.21 0 0.41 198.98 0.49 0.4
Hex 34 77 96 41 15 0 29 C7 31 28
Octal 64 167 226 101 25 0 51 307 61 50
Binary 110100 1110111 10010110 1000001 10101 0 101001 11000111 110001 101000

Color Harmonies of #347796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347796

Black with #347796

Text Example


Text Example

White with #347796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347796; }

 p { color: rgb(52,119,150); }

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

background-color css

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

 a { background-color: rgb(52,119,150); }

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

border-color css

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

 span { border-color: rgb(52,119,150); }

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