Html Css Color HEX #34798E Astral

📋 copy color: '#34798E'

red 52 ◦ green 121 ◦ blue 142

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

Shades of Astral #34798E

Tints of Astral #34798E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.41%

 BLUE value IS 142 (55.86% from 255) = 45.08%

R = 16.51%
G = 38.41%
B = 45.08%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#34798E (or 0x34798E) is known color: Astral. HEX triplet: 34, 79 and 8E. RGB value is (52,121,142). Sum of RGB (Red+Green+Blue) = 52+121+142=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #34798E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34798E is #CB8671. Grayscale: #666666. Windows color (decimal): -13338226 or 9337140. OLE color: 9337140.

HSL color Cylindrical-coordinate representation of color #34798E: hue angle of 194º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34798E is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 121 142 -
CMYK 0.63 0.15 0 0.44
HSL 194º 0.46% 0.38% -
HSV(B) 194º 0.63% 0.56% -
XYZ 13.14 16.36 28.06 -
YUV 102.76 150.14 91.79 -
System Red Green Blue C M Y K H S L
Decimal 52 121 142 0.63 0.15 0 0.44 194 0.46 0.38
Hex 34 79 8E 3F F 0 2C C2 2E 26
Octal 64 171 216 77 17 0 54 302 56 46
Binary 110100 1111001 10001110 111111 1111 0 101100 11000010 101110 100110

Color Harmonies of #34798E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34798E

Black with #34798E

Text Example


Text Example

White with #34798E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34798E; }

 p { color: rgb(52,121,142); }

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

background-color css

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

 a { background-color: rgb(52,121,142); }

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

border-color css

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

 span { border-color: rgb(52,121,142); }

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