Html Css Color HEX #34708A Astral

📋 copy color: '#34708A'

red 52 ◦ green 112 ◦ blue 138

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

Shades of Astral #34708A

Tints of Astral #34708A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.7%

R = 17.22%
G = 37.09%
B = 45.7%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#34708A (or 0x34708A) is known color: Astral. HEX triplet: 34, 70 and 8A. RGB value is (52,112,138). Sum of RGB (Red+Green+Blue) = 52+112+138=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 138 - color contains mainly: blue. Hex color #34708A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34708A is #CB8F75. Grayscale: #606060. Windows color (decimal): -13340534 or 9072692. OLE color: 9072692.

HSL color Cylindrical-coordinate representation of color #34708A: hue angle of 198.14º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34708A is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 112 138 -
CMYK 0.62 0.19 0 0.46
HSL 198.14º 0.45% 0.37% -
HSV(B) 198.14º 0.62% 0.54% -
XYZ 11.8 14.15 26.15 -
YUV 97.02 151.12 95.89 -
System Red Green Blue C M Y K H S L
Decimal 52 112 138 0.62 0.19 0 0.46 198.14 0.45 0.37
Hex 34 70 8A 3E 13 0 2E C6 2D 25
Octal 64 160 212 76 23 0 56 306 55 45
Binary 110100 1110000 10001010 111110 10011 0 101110 11000110 101101 100101

Color Harmonies of #34708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34708A

Black with #34708A

Text Example


Text Example

White with #34708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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