Html Css Color HEX #347790 Astral

📋 copy color: '#347790'

red 52 ◦ green 119 ◦ blue 144

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

Shades of Astral #347790

Tints of Astral #347790

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.78%

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

R = 16.51%
G = 37.78%
B = 45.71%

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

#347790 (or 0x347790) is known color: Astral. HEX triplet: 34, 77 and 90. RGB value is (52,119,144). Sum of RGB (Red+Green+Blue) = 52+119+144=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #347790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347790 is #CB886F. Grayscale: #656565. Windows color (decimal): -13338736 or 9467700. OLE color: 9467700.

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

Color convert

RGB 52 119 144 -
CMYK 0.64 0.17 0 0.44
HSL 196.3º 0.47% 0.38% -
HSV(B) 196.3º 0.64% 0.56% -
XYZ 13.05 15.94 28.77 -
YUV 101.82 151.8 92.47 -
System Red Green Blue C M Y K H S L
Decimal 52 119 144 0.64 0.17 0 0.44 196.3 0.47 0.38
Hex 34 77 90 40 11 0 2C C4 2F 26
Octal 64 167 220 100 21 0 54 304 57 46
Binary 110100 1110111 10010000 1000000 10001 0 101100 11000100 101111 100110

Color Harmonies of #347790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347790

Black with #347790

Text Example


Text Example

White with #347790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347790; }

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

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

background-color css

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

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

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

border-color css

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

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

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