Html Css Color HEX #347D8B Astral

📋 copy color: '#347D8B'

red 52 ◦ green 125 ◦ blue 139

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

Shades of Astral #347D8B

Tints of Astral #347D8B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.56%

 BLUE value IS 139 (54.69% from 255) = 43.99%

R = 16.46%
G = 39.56%
B = 43.99%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#347D8B (or 0x347D8B) is known color: Astral. HEX triplet: 34, 7D and 8B. RGB value is (52,125,139). Sum of RGB (Red+Green+Blue) = 52+125+139=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #347D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347D8B is #CB8274. Grayscale: #686868. Windows color (decimal): -13337205 or 9141556. OLE color: 9141556.

HSL color Cylindrical-coordinate representation of color #347D8B: hue angle of 189.66º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #347D8B is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 125 139 -
CMYK 0.63 0.10 0 0.45
HSL 189.66º 0.46% 0.37% -
HSV(B) 189.66º 0.63% 0.55% -
XYZ 13.41 17.26 27.05 -
YUV 104.77 147.32 90.36 -
System Red Green Blue C M Y K H S L
Decimal 52 125 139 0.63 0.10 0 0.45 189.66 0.46 0.37
Hex 34 7D 8B 3F A 0 2D BE 2E 25
Octal 64 175 213 77 12 0 55 276 56 45
Binary 110100 1111101 10001011 111111 1010 0 101101 10111110 101110 100101

Color Harmonies of #347D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347D8B

Black with #347D8B

Text Example


Text Example

White with #347D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347D8B; }

 p { color: rgb(52,125,139); }

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

background-color css

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

 a { background-color: rgb(52,125,139); }

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

border-color css

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

 span { border-color: rgb(52,125,139); }

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