Html Css Color HEX #347487 Astral

📋 copy color: '#347487'

red 52 ◦ green 116 ◦ blue 135

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

Shades of Astral #347487

Tints of Astral #347487

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.28%

 BLUE value IS 135 (53.13% from 255) = 44.55%

R = 17.16%
G = 38.28%
B = 44.55%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#347487 (or 0x347487) is known color: Astral. HEX triplet: 34, 74 and 87. RGB value is (52,116,135). Sum of RGB (Red+Green+Blue) = 52+116+135=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #347487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347487 is #CB8B78. Grayscale: #626262. Windows color (decimal): -13339513 or 8877108. OLE color: 8877108.

HSL color Cylindrical-coordinate representation of color #347487: hue angle of 193.73º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #347487 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 116 135 -
CMYK 0.61 0.14 0 0.47
HSL 193.73º 0.44% 0.37% -
HSV(B) 193.73º 0.61% 0.53% -
XYZ 12.03 14.97 25.18 -
YUV 99.03 148.3 94.46 -
System Red Green Blue C M Y K H S L
Decimal 52 116 135 0.61 0.14 0 0.47 193.73 0.44 0.37
Hex 34 74 87 3D E 0 2F C2 2C 25
Octal 64 164 207 75 16 0 57 302 54 45
Binary 110100 1110100 10000111 111101 1110 0 101111 11000010 101100 100101

Color Harmonies of #347487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347487

Black with #347487

Text Example


Text Example

White with #347487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347487; }

 p { color: rgb(52,116,135); }

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

background-color css

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

 a { background-color: rgb(52,116,135); }

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

border-color css

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

 span { border-color: rgb(52,116,135); }

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