Html Css Color HEX #347997 Astral

📋 copy color: '#347997'

red 52 ◦ green 121 ◦ blue 151

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

Shades of Astral #347997

Tints of Astral #347997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.35%

 BLUE value IS 151 (59.38% from 255) = 46.6%

R = 16.05%
G = 37.35%
B = 46.6%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#347997 (or 0x347997) is known color: Astral. HEX triplet: 34, 79 and 97. RGB value is (52,121,151). Sum of RGB (Red+Green+Blue) = 52+121+151=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 151 (59.38% from 255 or 46.60% from 324); Max value from RGB is 151 - color contains mainly: blue. Hex color #347997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347997 is #CB8668. Grayscale: #676767. Windows color (decimal): -13338217 or 9926964. OLE color: 9926964.

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

Color convert

RGB 52 121 151 -
CMYK 0.66 0.20 0 0.41
HSL 198.18º 0.49% 0.4% -
HSV(B) 198.18º 0.66% 0.59% -
XYZ 13.84 16.64 31.76 -
YUV 103.79 154.64 91.06 -
System Red Green Blue C M Y K H S L
Decimal 52 121 151 0.66 0.20 0 0.41 198.18 0.49 0.4
Hex 34 79 97 42 14 0 29 C6 31 28
Octal 64 171 227 102 24 0 51 306 61 50
Binary 110100 1111001 10010111 1000010 10100 0 101001 11000110 110001 101000

Color Harmonies of #347997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347997

Black with #347997

Text Example


Text Example

White with #347997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347997; }

 p { color: rgb(52,121,151); }

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

background-color css

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

 a { background-color: rgb(52,121,151); }

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

border-color css

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

 span { border-color: rgb(52,121,151); }

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