Html Css Color HEX #347795 Astral

📋 copy color: '#347795'

red 52 ◦ green 119 ◦ blue 149

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

Shades of Astral #347795

Tints of Astral #347795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.56%

R = 16.25%
G = 37.19%
B = 46.56%

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

#347795 (or 0x347795) is known color: Astral. HEX triplet: 34, 77 and 95. RGB value is (52,119,149). Sum of RGB (Red+Green+Blue) = 52+119+149=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #347795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347795 is #CB886A. Grayscale: #666666. Windows color (decimal): -13338731 or 9795380. OLE color: 9795380.

HSL color Cylindrical-coordinate representation of color #347795: hue angle of 198.56º 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 #347795 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 119 149 -
CMYK 0.65 0.20 0 0.42
HSL 198.56º 0.48% 0.39% -
HSV(B) 198.56º 0.65% 0.58% -
XYZ 13.44 16.09 30.83 -
YUV 102.39 154.3 92.06 -
System Red Green Blue C M Y K H S L
Decimal 52 119 149 0.65 0.20 0 0.42 198.56 0.48 0.39
Hex 34 77 95 41 14 0 2A C7 30 27
Octal 64 167 225 101 24 0 52 307 60 47
Binary 110100 1110111 10010101 1000001 10100 0 101010 11000111 110000 100111

Color Harmonies of #347795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347795

Black with #347795

Text Example


Text Example

White with #347795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347795; }

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

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

background-color css

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

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

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

border-color css

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

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

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