Html Css Color HEX #347386 Astral

📋 copy color: '#347386'

red 52 ◦ green 115 ◦ blue 134

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

Shades of Astral #347386

Tints of Astral #347386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.21%

 BLUE value IS 134 (52.73% from 255) = 44.52%

R = 17.28%
G = 38.21%
B = 44.52%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#347386 (or 0x347386) is known color: Astral. HEX triplet: 34, 73 and 86. RGB value is (52,115,134). Sum of RGB (Red+Green+Blue) = 52+115+134=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 134 - color contains mainly: blue. Hex color #347386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347386 is #CB8C79. Grayscale: #626262. Windows color (decimal): -13339770 or 8811316. OLE color: 8811316.

HSL color Cylindrical-coordinate representation of color #347386: hue angle of 193.9º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #347386 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 115 134 -
CMYK 0.61 0.14 0 0.47
HSL 193.9º 0.44% 0.36% -
HSV(B) 193.9º 0.61% 0.53% -
XYZ 11.85 14.71 24.77 -
YUV 98.33 148.13 94.96 -
System Red Green Blue C M Y K H S L
Decimal 52 115 134 0.61 0.14 0 0.47 193.9 0.44 0.36
Hex 34 73 86 3D E 0 2F C2 2C 24
Octal 64 163 206 75 16 0 57 302 54 44
Binary 110100 1110011 10000110 111101 1110 0 101111 11000010 101100 100100

Color Harmonies of #347386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347386

Black with #347386

Text Example


Text Example

White with #347386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347386; }

 p { color: rgb(52,115,134); }

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

background-color css

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

 a { background-color: rgb(52,115,134); }

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

border-color css

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

 span { border-color: rgb(52,115,134); }

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