#344C70

Color #344C70 Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #344C70

Tints of Astronaut #344C70

Color information

#344C70 (or 0x344C70) is unknown color: approx Astronaut. HEX triplet: 34, 4C and 70. RGB value is (52,76,112). Sum of RGB (Red+Green+Blue) = 52+76+112=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #344C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C70 is #CBB38F. Grayscale: #484848. Windows color (decimal): -13349776 or 7359540. OLE color: 7359540.

HSL color Cylindrical-coordinate representation of color #344C70: hue angle of 216º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #344C70 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5276112-
CMYK0.540.3200.56
HSL216º36.59%32.16%-
HSV(B)216º53.57%43.92%-
XYZ6.937.0716.33-
YUV72.93150.05113.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 76 (30.08% from 255) = 31.67%
BLUE value IS 112 (44.14% from 255) = 46.67%
R=21.67%
G=31.67%
B=46.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52761120.540.3200.5621636.5932.16
Hex344C703620038d82520
Octal6411416066400703304540
Binary11010010011001110000110110100000011100011011000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344C70; }

 p { color: rgb(52,76,112); }

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

<style>
 a { background-color: #344C70; }

 a { background-color: rgb(52,76,112); }

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

<style>
 span { border-color: #344C70; }

 span { border-color: rgb(52,76,112); }

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