Html Css Color HEX #347890 Astral

📋 copy color: '#347890'

red 52 ◦ green 120 ◦ blue 144

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

Shades of Astral #347890

Tints of Astral #347890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.97%

 BLUE value IS 144 (56.64% from 255) = 45.57%

R = 16.46%
G = 37.97%
B = 45.57%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#347890 (or 0x347890) is known color: Astral. HEX triplet: 34, 78 and 90. RGB value is (52,120,144). Sum of RGB (Red+Green+Blue) = 52+120+144=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #347890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347890 is #CB876F. Grayscale: #666666. Windows color (decimal): -13338480 or 9467956. OLE color: 9467956.

HSL color Cylindrical-coordinate representation of color #347890: hue angle of 195.65º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #347890 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 120 144 -
CMYK 0.64 0.17 0 0.44
HSL 195.65º 0.47% 0.38% -
HSV(B) 195.65º 0.64% 0.56% -
XYZ 13.17 16.18 28.81 -
YUV 102.4 151.47 92.05 -
System Red Green Blue C M Y K H S L
Decimal 52 120 144 0.64 0.17 0 0.44 195.65 0.47 0.38
Hex 34 78 90 40 11 0 2C C4 2F 26
Octal 64 170 220 100 21 0 54 304 57 46
Binary 110100 1111000 10010000 1000000 10001 0 101100 11000100 101111 100110

Color Harmonies of #347890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347890

Black with #347890

Text Example


Text Example

White with #347890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347890; }

 p { color: rgb(52,120,144); }

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

background-color css

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

 a { background-color: rgb(52,120,144); }

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

border-color css

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

 span { border-color: rgb(52,120,144); }

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