#34788C

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

Shades of Astral #34788C

Tints of Astral #34788C

Color information

#34788C (or 0x34788C) is unknown color: approx Astral. HEX triplet: 34, 78 and 8C. RGB value is (52,120,140). Sum of RGB (Red+Green+Blue) = 52+120+140=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #34788C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34788C is #CB8773. Grayscale: #656565. Windows color (decimal): -13338484 or 9205812. OLE color: 9205812.

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

Color convert

RGB52120140-
CMYK0.630.1400.45
HSL193.64º45.83%37.65%-
HSV(B)193.64º62.86%54.9%-
XYZ12.8716.0627.23-
YUV101.95149.4792.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.67%
GREEN value IS 120 (47.27% from 255) = 38.46%
BLUE value IS 140 (55.08% from 255) = 44.87%
R=16.67%
G=38.46%
B=44.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521201400.630.1400.45193.6445.8337.65
Hex34788C3FE02Dc22e26
Octal6417021477160553025646
Binary1101001111000100011001111111110010110111000010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34788C; }

 p { color: rgb(52,120,140); }

 H1.HeaderClassName
 {
   color: #34788C;
 }
 .AnyTagClassName
 {
   color: #34788C;
 }
</style>
background-color css

<style>
 a { background-color: #34788C; }

 a { background-color: rgb(52,120,140); }

 div.DivClassName
 {
   background-color: #34788C;
 }
 .BgClassName
 {
   background-color: #34788C;
 }
</style>
border-color css

<style>
 span { border-color: #34788C; }

 span { border-color: rgb(52,120,140); }

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