Html Css Color HEX #347583 Astral

📋 copy color: '#347583'

red 52 ◦ green 117 ◦ blue 131

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

Shades of Astral #347583

Tints of Astral #347583

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39%

 BLUE value IS 131 (51.56% from 255) = 43.67%

R = 17.33%
G = 39%
B = 43.67%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#347583 (or 0x347583) is known color: Astral. HEX triplet: 34, 75 and 83. RGB value is (52,117,131). Sum of RGB (Red+Green+Blue) = 52+117+131=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 131 - color contains mainly: blue. Hex color #347583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347583 is #CB8A7C. Grayscale: #636363. Windows color (decimal): -13339261 or 8615220. OLE color: 8615220.

HSL color Cylindrical-coordinate representation of color #347583: hue angle of 190.63º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #347583 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 117 131 -
CMYK 0.60 0.11 0 0.49
HSL 190.63º 0.43% 0.36% -
HSV(B) 190.63º 0.6% 0.51% -
XYZ 11.87 15.09 23.76 -
YUV 99.16 145.97 94.36 -
System Red Green Blue C M Y K H S L
Decimal 52 117 131 0.60 0.11 0 0.49 190.63 0.43 0.36
Hex 34 75 83 3C B 0 31 BF 2B 24
Octal 64 165 203 74 13 0 61 277 53 44
Binary 110100 1110101 10000011 111100 1011 0 110001 10111111 101011 100100

Color Harmonies of #347583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347583

Black with #347583

Text Example


Text Example

White with #347583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347583; }

 p { color: rgb(52,117,131); }

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

background-color css

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

 a { background-color: rgb(52,117,131); }

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

border-color css

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

 span { border-color: rgb(52,117,131); }

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