Html Css Color HEX #347086 Astral

📋 copy color: '#347086'

red 52 ◦ green 112 ◦ blue 134

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

Shades of Astral #347086

Tints of Astral #347086

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.58%

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

R = 17.45%
G = 37.58%
B = 44.97%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#347086 (or 0x347086) is known color: Astral. HEX triplet: 34, 70 and 86. RGB value is (52,112,134). Sum of RGB (Red+Green+Blue) = 52+112+134=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 134 (52.73% from 255 or 44.97% from 298); Max value from RGB is 134 - color contains mainly: blue. Hex color #347086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347086 is #CB8F79. Grayscale: #606060. Windows color (decimal): -13340538 or 8810548. OLE color: 8810548.

HSL color Cylindrical-coordinate representation of color #347086: hue angle of 196.1º 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 #347086 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 112 134 -
CMYK 0.61 0.16 0 0.47
HSL 196.1º 0.44% 0.36% -
HSV(B) 196.1º 0.61% 0.53% -
XYZ 11.51 14.04 24.66 -
YUV 96.57 149.12 96.21 -
System Red Green Blue C M Y K H S L
Decimal 52 112 134 0.61 0.16 0 0.47 196.1 0.44 0.36
Hex 34 70 86 3D 10 0 2F C4 2C 24
Octal 64 160 206 75 20 0 57 304 54 44
Binary 110100 1110000 10000110 111101 10000 0 101111 11000100 101100 100100

Color Harmonies of #347086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347086

Black with #347086

Text Example


Text Example

White with #347086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347086; }

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

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

background-color css

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

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

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

border-color css

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

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

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