Html Css Color HEX #347691 Astral

📋 copy color: '#347691'

red 52 ◦ green 118 ◦ blue 145

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

Shades of Astral #347691

Tints of Astral #347691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.46%

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

R = 16.51%
G = 37.46%
B = 46.03%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#347691 (or 0x347691) is known color: Astral. HEX triplet: 34, 76 and 91. RGB value is (52,118,145). Sum of RGB (Red+Green+Blue) = 52+118+145=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #347691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347691 is #CB896E. Grayscale: #656565. Windows color (decimal): -13338991 or 9532980. OLE color: 9532980.

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

Color convert

RGB 52 118 145 -
CMYK 0.64 0.19 0 0.43
HSL 197.42º 0.47% 0.39% -
HSV(B) 197.42º 0.64% 0.57% -
XYZ 13.01 15.73 29.14 -
YUV 101.34 152.63 92.8 -
System Red Green Blue C M Y K H S L
Decimal 52 118 145 0.64 0.19 0 0.43 197.42 0.47 0.39
Hex 34 76 91 40 13 0 2B C5 2F 27
Octal 64 166 221 100 23 0 53 305 57 47
Binary 110100 1110110 10010001 1000000 10011 0 101011 11000101 101111 100111

Color Harmonies of #347691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347691

Black with #347691

Text Example


Text Example

White with #347691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347691; }

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

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

background-color css

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

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

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

border-color css

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

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

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