Html Css Color HEX #347791 Astral

📋 copy color: '#347791'

red 52 ◦ green 119 ◦ blue 145

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

Shades of Astral #347791

Tints of Astral #347791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.89%

R = 16.46%
G = 37.66%
B = 45.89%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#347791 (or 0x347791) is known color: Astral. HEX triplet: 34, 77 and 91. RGB value is (52,119,145). Sum of RGB (Red+Green+Blue) = 52+119+145=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #347791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347791 is #CB886E. Grayscale: #656565. Windows color (decimal): -13338735 or 9533236. OLE color: 9533236.

HSL color Cylindrical-coordinate representation of color #347791: hue angle of 196.77º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #347791 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 119 145 -
CMYK 0.64 0.18 0 0.43
HSL 196.77º 0.47% 0.39% -
HSV(B) 196.77º 0.64% 0.57% -
XYZ 13.12 15.97 29.18 -
YUV 101.93 152.3 92.39 -
System Red Green Blue C M Y K H S L
Decimal 52 119 145 0.64 0.18 0 0.43 196.77 0.47 0.39
Hex 34 77 91 40 12 0 2B C5 2F 27
Octal 64 167 221 100 22 0 53 305 57 47
Binary 110100 1110111 10010001 1000000 10010 0 101011 11000101 101111 100111

Color Harmonies of #347791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347791

Black with #347791

Text Example


Text Example

White with #347791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347791; }

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

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

background-color css

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

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

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

border-color css

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

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

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