#34778B

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

Shades of Astral #34778B

Tints of Astral #34778B

Color information

#34778B (or 0x34778B) is unknown color: approx Astral. HEX triplet: 34, 77 and 8B. RGB value is (52,119,139). Sum of RGB (Red+Green+Blue) = 52+119+139=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #34778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34778B is #CB8874. Grayscale: #656565. Windows color (decimal): -13338741 or 9140020. OLE color: 9140020.

HSL color Cylindrical-coordinate representation of color #34778B: hue angle of 193.79º 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 #34778B is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB52119139-
CMYK0.630.1400.45
HSL193.79º45.55%37.45%-
HSV(B)193.79º62.59%54.51%-
XYZ12.6715.7926.81-
YUV101.25149.392.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.77%
GREEN value IS 119 (46.88% from 255) = 38.39%
BLUE value IS 139 (54.69% from 255) = 44.84%
R=16.77%
G=38.39%
B=44.84%

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
Decimal521191390.630.1400.45193.7945.5537.45
Hex34778B3FE02Dc22e25
Octal6416721377160553025645
Binary1101001110111100010111111111110010110111000010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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