Html Css Color HEX #347090 Astral

📋 copy color: '#347090'

red 52 ◦ green 112 ◦ blue 144

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

Shades of Astral #347090

Tints of Astral #347090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.36%

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

R = 16.88%
G = 36.36%
B = 46.75%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#347090 (or 0x347090) is known color: Astral. HEX triplet: 34, 70 and 90. RGB value is (52,112,144). Sum of RGB (Red+Green+Blue) = 52+112+144=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #347090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347090 is #CB8F6F. Grayscale: #616161. Windows color (decimal): -13340528 or 9465908. OLE color: 9465908.

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

Color convert

RGB 52 112 144 -
CMYK 0.64 0.22 0 0.44
HSL 200.87º 0.47% 0.38% -
HSV(B) 200.87º 0.64% 0.56% -
XYZ 12.24 14.33 28.51 -
YUV 97.71 154.12 95.4 -
System Red Green Blue C M Y K H S L
Decimal 52 112 144 0.64 0.22 0 0.44 200.87 0.47 0.38
Hex 34 70 90 40 16 0 2C C9 2F 26
Octal 64 160 220 100 26 0 54 311 57 46
Binary 110100 1110000 10010000 1000000 10110 0 101100 11001001 101111 100110

Color Harmonies of #347090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347090

Black with #347090

Text Example


Text Example

White with #347090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347090; }

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

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

background-color css

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

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

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

border-color css

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

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

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