Html Css Color HEX #347A90 Astral

📋 copy color: '#347A90'

red 52 ◦ green 122 ◦ blue 144

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

Shades of Astral #347A90

Tints of Astral #347A90

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.36%

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

R = 16.35%
G = 38.36%
B = 45.28%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#347A90 (or 0x347A90) is known color: Astral. HEX triplet: 34, 7A and 90. RGB value is (52,122,144). Sum of RGB (Red+Green+Blue) = 52+122+144=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #347A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347A90 is #CB856F. Grayscale: #676767. Windows color (decimal): -13337968 or 9468468. OLE color: 9468468.

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

Color convert

RGB 52 122 144 -
CMYK 0.64 0.15 0 0.44
HSL 194.35º 0.47% 0.38% -
HSV(B) 194.35º 0.64% 0.56% -
XYZ 13.41 16.66 28.9 -
YUV 103.58 150.81 91.21 -
System Red Green Blue C M Y K H S L
Decimal 52 122 144 0.64 0.15 0 0.44 194.35 0.47 0.38
Hex 34 7A 90 40 F 0 2C C2 2F 26
Octal 64 172 220 100 17 0 54 302 57 46
Binary 110100 1111010 10010000 1000000 1111 0 101100 11000010 101111 100110

Color Harmonies of #347A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347A90

Black with #347A90

Text Example


Text Example

White with #347A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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