#34798E

Color #34798E Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #34798E

Tints of Astral #34798E

Color information

#34798E (or 0x34798E) is unknown color: approx 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

RGB52121142-
CMYK0.630.1500.44
HSL194º46.39%38.04%-
HSV(B)194º63.38%55.69%-
XYZ13.1416.3628.06-
YUV102.76150.1491.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% 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 (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521211420.630.1500.4419446.3938.04
Hex34798E3FF02Cc22e26
Octal6417121677170543025646
Binary1101001111001100011101111111111010110011000010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>