Html Css Color HEX #347281 Astral

📋 copy color: '#347281'

red 52 ◦ green 114 ◦ blue 129

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

Shades of Astral #347281

Tints of Astral #347281

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.64%

 BLUE value IS 129 (50.78% from 255) = 43.73%

R = 17.63%
G = 38.64%
B = 43.73%

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

#347281 (or 0x347281) is known color: Astral. HEX triplet: 34, 72 and 81. RGB value is (52,114,129). Sum of RGB (Red+Green+Blue) = 52+114+129=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #347281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347281 is #CB8D7E. Grayscale: #616161. Windows color (decimal): -13340031 or 8483380. OLE color: 8483380.

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

Color convert

RGB 52 114 129 -
CMYK 0.60 0.12 0 0.49
HSL 191.69º 0.43% 0.35% -
HSV(B) 191.69º 0.6% 0.51% -
XYZ 11.4 14.35 22.94 -
YUV 97.17 145.96 95.78 -
System Red Green Blue C M Y K H S L
Decimal 52 114 129 0.60 0.12 0 0.49 191.69 0.43 0.35
Hex 34 72 81 3C C 0 31 C0 2B 23
Octal 64 162 201 74 14 0 61 300 53 43
Binary 110100 1110010 10000001 111100 1100 0 110001 11000000 101011 100011

Color Harmonies of #347281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347281

Black with #347281

Text Example


Text Example

White with #347281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347281; }

 p { color: rgb(52,114,129); }

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

background-color css

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

 a { background-color: rgb(52,114,129); }

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

border-color css

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

 span { border-color: rgb(52,114,129); }

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