Html Css Color HEX #347187 Astral

📋 copy color: '#347187'

red 52 ◦ green 113 ◦ blue 135

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

Shades of Astral #347187

Tints of Astral #347187

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.67%

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

R = 17.33%
G = 37.67%
B = 45%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#347187 (or 0x347187) is known color: Astral. HEX triplet: 34, 71 and 87. RGB value is (52,113,135). Sum of RGB (Red+Green+Blue) = 52+113+135=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #347187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347187 is #CB8E78. Grayscale: #616161. Windows color (decimal): -13340281 or 8876340. OLE color: 8876340.

HSL color Cylindrical-coordinate representation of color #347187: hue angle of 195.9º 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 #347187 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 113 135 -
CMYK 0.61 0.16 0 0.47
HSL 195.9º 0.44% 0.37% -
HSV(B) 195.9º 0.61% 0.53% -
XYZ 11.69 14.29 25.06 -
YUV 97.27 149.29 95.71 -
System Red Green Blue C M Y K H S L
Decimal 52 113 135 0.61 0.16 0 0.47 195.9 0.44 0.37
Hex 34 71 87 3D 10 0 2F C4 2C 25
Octal 64 161 207 75 20 0 57 304 54 45
Binary 110100 1110001 10000111 111101 10000 0 101111 11000100 101100 100101

Color Harmonies of #347187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347187

Black with #347187

Text Example


Text Example

White with #347187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347187; }

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

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

background-color css

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

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

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

border-color css

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

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

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