Html Css Color HEX #347990 Astral

📋 copy color: '#347990'

red 52 ◦ green 121 ◦ blue 144

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

Shades of Astral #347990

Tints of Astral #347990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.17%

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

R = 16.4%
G = 38.17%
B = 45.43%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#347990 (or 0x347990) is known color: Astral. HEX triplet: 34, 79 and 90. RGB value is (52,121,144). Sum of RGB (Red+Green+Blue) = 52+121+144=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #347990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347990 is #CB866F. Grayscale: #666666. Windows color (decimal): -13338224 or 9468212. OLE color: 9468212.

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

Color convert

RGB 52 121 144 -
CMYK 0.64 0.16 0 0.44
HSL 195º 0.47% 0.38% -
HSV(B) 195º 0.64% 0.56% -
XYZ 13.29 16.42 28.85 -
YUV 102.99 151.14 91.63 -
System Red Green Blue C M Y K H S L
Decimal 52 121 144 0.64 0.16 0 0.44 195 0.47 0.38
Hex 34 79 90 40 10 0 2C C3 2F 26
Octal 64 171 220 100 20 0 54 303 57 46
Binary 110100 1111001 10010000 1000000 10000 0 101100 11000011 101111 100110

Color Harmonies of #347990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347990

Black with #347990

Text Example


Text Example

White with #347990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347990; }

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

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

background-color css

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

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

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

border-color css

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

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

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