#34788B

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

Shades of Astral #34788B

Tints of Astral #34788B

Color information

#34788B (or 0x34788B) is unknown color: approx Astral. HEX triplet: 34, 78 and 8B. RGB value is (52,120,139). Sum of RGB (Red+Green+Blue) = 52+120+139=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #34788B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34788B is #CB8774. Grayscale: #656565. Windows color (decimal): -13338485 or 9140276. OLE color: 9140276.

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

Color convert

RGB52120139-
CMYK0.630.1400.45
HSL193.1º45.55%37.45%-
HSV(B)193.1º62.59%54.51%-
XYZ12.7916.0326.85-
YUV101.83148.9792.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.72%
GREEN value IS 120 (47.27% from 255) = 38.59%
BLUE value IS 139 (54.69% from 255) = 44.69%
R=16.72%
G=38.59%
B=44.69%

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
Decimal521201390.630.1400.45193.145.5537.45
Hex34788B3FE02Dc12e25
Octal6417021377160553015645
Binary1101001111000100010111111111110010110111000001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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