Html Css Color HEX #347382 Astral

📋 copy color: '#347382'

red 52 ◦ green 115 ◦ blue 130

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

Shades of Astral #347382

Tints of Astral #347382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.72%

 BLUE value IS 130 (51.17% from 255) = 43.77%

R = 17.51%
G = 38.72%
B = 43.77%

CMYK

 C value IS 0.60

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#347382 (or 0x347382) is known color: Astral. HEX triplet: 34, 73 and 82. RGB value is (52,115,130). Sum of RGB (Red+Green+Blue) = 52+115+130=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #347382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347382 is #CB8C7D. Grayscale: #616161. Windows color (decimal): -13339774 or 8549172. OLE color: 8549172.

HSL color Cylindrical-coordinate representation of color #347382: hue angle of 191.54º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #347382 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 115 130 -
CMYK 0.60 0.12 0 0.49
HSL 191.54º 0.43% 0.36% -
HSV(B) 191.54º 0.6% 0.51% -
XYZ 11.58 14.6 23.33 -
YUV 97.87 146.13 95.28 -
System Red Green Blue C M Y K H S L
Decimal 52 115 130 0.60 0.12 0 0.49 191.54 0.43 0.36
Hex 34 73 82 3C C 0 31 C0 2B 24
Octal 64 163 202 74 14 0 61 300 53 44
Binary 110100 1110011 10000010 111100 1100 0 110001 11000000 101011 100100

Color Harmonies of #347382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347382

Black with #347382

Text Example


Text Example

White with #347382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347382; }

 p { color: rgb(52,115,130); }

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

background-color css

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

 a { background-color: rgb(52,115,130); }

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

border-color css

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

 span { border-color: rgb(52,115,130); }

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