Html Css Color HEX #347385 Astral

📋 copy color: '#347385'

red 52 ◦ green 115 ◦ blue 133

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

Shades of Astral #347385

Tints of Astral #347385

RGB

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

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

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

R = 17.33%
G = 38.33%
B = 44.33%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#347385 (or 0x347385) is known color: Astral. HEX triplet: 34, 73 and 85. RGB value is (52,115,133). Sum of RGB (Red+Green+Blue) = 52+115+133=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #347385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347385 is #CB8C7A. Grayscale: #626262. Windows color (decimal): -13339771 or 8745780. OLE color: 8745780.

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

Color convert

RGB 52 115 133 -
CMYK 0.61 0.14 0 0.48
HSL 193.33º 0.44% 0.36% -
HSV(B) 193.33º 0.61% 0.52% -
XYZ 11.78 14.68 24.4 -
YUV 98.22 147.63 95.04 -
System Red Green Blue C M Y K H S L
Decimal 52 115 133 0.61 0.14 0 0.48 193.33 0.44 0.36
Hex 34 73 85 3D E 0 30 C1 2C 24
Octal 64 163 205 75 16 0 60 301 54 44
Binary 110100 1110011 10000101 111101 1110 0 110000 11000001 101100 100100

Color Harmonies of #347385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347385

Black with #347385

Text Example


Text Example

White with #347385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347385; }

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

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

background-color css

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

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

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

border-color css

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

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

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