Html Css Color HEX #347289 Astral

📋 copy color: '#347289'

red 52 ◦ green 114 ◦ blue 137

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

Shades of Astral #347289

Tints of Astral #347289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.21%

R = 17.16%
G = 37.62%
B = 45.21%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#347289 (or 0x347289) is known color: Astral. HEX triplet: 34, 72 and 89. RGB value is (52,114,137). Sum of RGB (Red+Green+Blue) = 52+114+137=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #347289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347289 is #CB8D76. Grayscale: #616161. Windows color (decimal): -13340023 or 9007668. OLE color: 9007668.

HSL color Cylindrical-coordinate representation of color #347289: hue angle of 196.24º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #347289 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 114 137 -
CMYK 0.62 0.17 0 0.46
HSL 196.24º 0.45% 0.37% -
HSV(B) 196.24º 0.62% 0.54% -
XYZ 11.95 14.57 25.85 -
YUV 98.08 149.96 95.13 -
System Red Green Blue C M Y K H S L
Decimal 52 114 137 0.62 0.17 0 0.46 196.24 0.45 0.37
Hex 34 72 89 3E 11 0 2E C4 2D 25
Octal 64 162 211 76 21 0 56 304 55 45
Binary 110100 1110010 10001001 111110 10001 0 101110 11000100 101101 100101

Color Harmonies of #347289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347289

Black with #347289

Text Example


Text Example

White with #347289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347289; }

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

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

background-color css

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

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

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

border-color css

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

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

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