Html Css Color HEX #347287 Astral

📋 copy color: '#347287'

red 52 ◦ green 114 ◦ blue 135

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

Shades of Astral #347287

Tints of Astral #347287

RGB

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

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

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

R = 17.28%
G = 37.87%
B = 44.85%

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

#347287 (or 0x347287) is known color: Astral. HEX triplet: 34, 72 and 87. RGB value is (52,114,135). Sum of RGB (Red+Green+Blue) = 52+114+135=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #347287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347287 is #CB8D78. Grayscale: #616161. Windows color (decimal): -13340025 or 8876596. OLE color: 8876596.

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

Color convert

RGB 52 114 135 -
CMYK 0.61 0.16 0 0.47
HSL 195.18º 0.44% 0.37% -
HSV(B) 195.18º 0.61% 0.53% -
XYZ 11.81 14.51 25.1 -
YUV 97.86 148.96 95.29 -
System Red Green Blue C M Y K H S L
Decimal 52 114 135 0.61 0.16 0 0.47 195.18 0.44 0.37
Hex 34 72 87 3D 10 0 2F C3 2C 25
Octal 64 162 207 75 20 0 57 303 54 45
Binary 110100 1110010 10000111 111101 10000 0 101111 11000011 101100 100101

Color Harmonies of #347287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347287

Black with #347287

Text Example


Text Example

White with #347287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347287; }

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

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

background-color css

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

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

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

border-color css

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

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

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