Html Css Color HEX #347589 Astral

📋 copy color: '#347589'

red 52 ◦ green 117 ◦ blue 137

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

Shades of Astral #347589

Tints of Astral #347589

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.24%

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

R = 16.99%
G = 38.24%
B = 44.77%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#347589 (or 0x347589) is known color: Astral. HEX triplet: 34, 75 and 89. RGB value is (52,117,137). Sum of RGB (Red+Green+Blue) = 52+117+137=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #347589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347589 is #CB8A76. Grayscale: #636363. Windows color (decimal): -13339255 or 9008436. OLE color: 9008436.

HSL color Cylindrical-coordinate representation of color #347589: hue angle of 194.12º 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 #347589 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 117 137 -
CMYK 0.62 0.15 0 0.46
HSL 194.12º 0.45% 0.37% -
HSV(B) 194.12º 0.62% 0.54% -
XYZ 12.29 15.26 25.96 -
YUV 99.85 148.97 93.87 -
System Red Green Blue C M Y K H S L
Decimal 52 117 137 0.62 0.15 0 0.46 194.12 0.45 0.37
Hex 34 75 89 3E F 0 2E C2 2D 25
Octal 64 165 211 76 17 0 56 302 55 45
Binary 110100 1110101 10001001 111110 1111 0 101110 11000010 101101 100101

Color Harmonies of #347589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347589

Black with #347589

Text Example


Text Example

White with #347589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347589; }

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

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

background-color css

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

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

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

border-color css

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

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

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