Html Css Color HEX #347792 Astral

📋 copy color: '#347792'

red 52 ◦ green 119 ◦ blue 146

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

Shades of Astral #347792

Tints of Astral #347792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.06%

R = 16.4%
G = 37.54%
B = 46.06%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#347792 (or 0x347792) is known color: Astral. HEX triplet: 34, 77 and 92. RGB value is (52,119,146). Sum of RGB (Red+Green+Blue) = 52+119+146=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #347792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347792 is #CB886D. Grayscale: #656565. Windows color (decimal): -13338734 or 9598772. OLE color: 9598772.

HSL color Cylindrical-coordinate representation of color #347792: hue angle of 197.23º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #347792 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 119 146 -
CMYK 0.64 0.18 0 0.43
HSL 197.23º 0.47% 0.39% -
HSV(B) 197.23º 0.64% 0.57% -
XYZ 13.2 16 29.59 -
YUV 102.05 152.8 92.3 -
System Red Green Blue C M Y K H S L
Decimal 52 119 146 0.64 0.18 0 0.43 197.23 0.47 0.39
Hex 34 77 92 40 12 0 2B C5 2F 27
Octal 64 167 222 100 22 0 53 305 57 47
Binary 110100 1110111 10010010 1000000 10010 0 101011 11000101 101111 100111

Color Harmonies of #347792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347792

Black with #347792

Text Example


Text Example

White with #347792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347792; }

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

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

background-color css

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

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

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

border-color css

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

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

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