Html Css Color HEX #347585 Astral

📋 copy color: '#347585'

red 52 ◦ green 117 ◦ blue 133

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

Shades of Astral #347585

Tints of Astral #347585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.04%

R = 17.22%
G = 38.74%
B = 44.04%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#347585 (or 0x347585) is known color: Astral. HEX triplet: 34, 75 and 85. RGB value is (52,117,133). Sum of RGB (Red+Green+Blue) = 52+117+133=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #347585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347585 is #CB8A7A. Grayscale: #636363. Windows color (decimal): -13339259 or 8746292. OLE color: 8746292.

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

Color convert

RGB 52 117 133 -
CMYK 0.61 0.12 0 0.48
HSL 191.85º 0.44% 0.36% -
HSV(B) 191.85º 0.61% 0.52% -
XYZ 12.01 15.15 24.48 -
YUV 99.39 146.97 94.2 -
System Red Green Blue C M Y K H S L
Decimal 52 117 133 0.61 0.12 0 0.48 191.85 0.44 0.36
Hex 34 75 85 3D C 0 30 C0 2C 24
Octal 64 165 205 75 14 0 60 300 54 44
Binary 110100 1110101 10000101 111101 1100 0 110000 11000000 101100 100100

Color Harmonies of #347585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347585

Black with #347585

Text Example


Text Example

White with #347585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347585; }

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

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

background-color css

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

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

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

border-color css

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

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

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