Html Css Color HEX #347290 Astral

📋 copy color: '#347290'

red 52 ◦ green 114 ◦ blue 144

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

Shades of Astral #347290

Tints of Astral #347290

RGB

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

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

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

R = 16.77%
G = 36.77%
B = 46.45%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#347290 (or 0x347290) is known color: Astral. HEX triplet: 34, 72 and 90. RGB value is (52,114,144). Sum of RGB (Red+Green+Blue) = 52+114+144=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #347290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347290 is #CB8D6F. Grayscale: #626262. Windows color (decimal): -13340016 or 9466420. OLE color: 9466420.

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

Color convert

RGB 52 114 144 -
CMYK 0.64 0.21 0 0.44
HSL 199.57º 0.47% 0.38% -
HSV(B) 199.57º 0.64% 0.56% -
XYZ 12.47 14.78 28.58 -
YUV 98.88 153.46 94.56 -
System Red Green Blue C M Y K H S L
Decimal 52 114 144 0.64 0.21 0 0.44 199.57 0.47 0.38
Hex 34 72 90 40 15 0 2C C8 2F 26
Octal 64 162 220 100 25 0 54 310 57 46
Binary 110100 1110010 10010000 1000000 10101 0 101100 11001000 101111 100110

Color Harmonies of #347290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347290

Black with #347290

Text Example


Text Example

White with #347290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347290; }

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

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

background-color css

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

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

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

border-color css

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

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

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