Html Css Color HEX #347184 Astral

📋 copy color: '#347184'

red 52 ◦ green 113 ◦ blue 132

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

Shades of Astral #347184

Tints of Astral #347184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.44%

R = 17.51%
G = 38.05%
B = 44.44%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#347184 (or 0x347184) is known color: Astral. HEX triplet: 34, 71 and 84. RGB value is (52,113,132). Sum of RGB (Red+Green+Blue) = 52+113+132=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 132 - color contains mainly: blue. Hex color #347184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347184 is #CB8E7B. Grayscale: #606060. Windows color (decimal): -13340284 or 8679732. OLE color: 8679732.

HSL color Cylindrical-coordinate representation of color #347184: hue angle of 194.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #347184 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 113 132 -
CMYK 0.61 0.14 0 0.48
HSL 194.25º 0.43% 0.36% -
HSV(B) 194.25º 0.61% 0.52% -
XYZ 11.49 14.21 23.97 -
YUV 96.93 147.79 95.96 -
System Red Green Blue C M Y K H S L
Decimal 52 113 132 0.61 0.14 0 0.48 194.25 0.43 0.36
Hex 34 71 84 3D E 0 30 C2 2B 24
Octal 64 161 204 75 16 0 60 302 53 44
Binary 110100 1110001 10000100 111101 1110 0 110000 11000010 101011 100100

Color Harmonies of #347184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347184

Black with #347184

Text Example


Text Example

White with #347184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347184; }

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

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

background-color css

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

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

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

border-color css

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

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

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