Html Css Color HEX #347794 Astral

📋 copy color: '#347794'

red 52 ◦ green 119 ◦ blue 148

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

Shades of Astral #347794

Tints of Astral #347794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.39%

R = 16.3%
G = 37.3%
B = 46.39%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#347794 (or 0x347794) is known color: Astral. HEX triplet: 34, 77 and 94. RGB value is (52,119,148). Sum of RGB (Red+Green+Blue) = 52+119+148=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 148 - color contains mainly: blue. Hex color #347794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347794 is #CB886B. Grayscale: #666666. Windows color (decimal): -13338732 or 9729844. OLE color: 9729844.

HSL color Cylindrical-coordinate representation of color #347794: hue angle of 198.12º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #347794 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 119 148 -
CMYK 0.65 0.20 0 0.42
HSL 198.13º 0.48% 0.39% -
HSV(B) 198.13º 0.65% 0.58% -
XYZ 13.36 16.06 30.41 -
YUV 102.27 153.8 92.14 -
System Red Green Blue C M Y K H S L
Decimal 52 119 148 0.65 0.20 0 0.42 198.13 0.48 0.39
Hex 34 77 94 41 14 0 2A C6 30 27
Octal 64 167 224 101 24 0 52 306 60 47
Binary 110100 1110111 10010100 1000001 10100 0 101010 11000110 110000 100111

Color Harmonies of #347794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347794

Black with #347794

Text Example


Text Example

White with #347794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347794; }

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

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

background-color css

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

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

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

border-color css

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

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

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