Html Css Color HEX #34707F Astral

📋 copy color: '#34707F'

red 52 ◦ green 112 ◦ blue 127

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

Shades of Astral #34707F

Tints of Astral #34707F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.64%

R = 17.87%
G = 38.49%
B = 43.64%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#34707F (or 0x34707F) is known color: Astral. HEX triplet: 34, 70 and 7F. RGB value is (52,112,127). Sum of RGB (Red+Green+Blue) = 52+112+127=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #34707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34707F is #CB8F80. Grayscale: #5F5F5F. Windows color (decimal): -13340545 or 8351796. OLE color: 8351796.

HSL color Cylindrical-coordinate representation of color #34707F: hue angle of 192º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34707F is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 112 127 -
CMYK 0.59 0.12 0 0.50
HSL 192º 0.42% 0.35% -
HSV(B) 192º 0.59% 0.5% -
XYZ 11.04 13.85 22.17 -
YUV 95.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 52 112 127 0.59 0.12 0 0.50 192 0.42 0.35
Hex 34 70 7F 3B C 0 32 C0 2A 23
Octal 64 160 177 73 14 0 62 300 52 43
Binary 110100 1110000 1111111 111011 1100 0 110010 11000000 101010 100011

Color Harmonies of #34707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34707F

Black with #34707F

Text Example


Text Example

White with #34707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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