#344B6E

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

Shades of Astronaut #344B6E

Tints of Astronaut #344B6E

Color information

#344B6E (or 0x344B6E) is unknown color: approx Astronaut. HEX triplet: 34, 4B and 6E. RGB value is (52,75,110). Sum of RGB (Red+Green+Blue) = 52+75+110=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #344B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B6E is #CBB491. Grayscale: #474747. Windows color (decimal): -13350034 or 7228212. OLE color: 7228212.

HSL color Cylindrical-coordinate representation of color #344B6E: hue angle of 216.21º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #344B6E is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5275110-
CMYK0.530.3200.57
HSL216.21º35.8%31.76%-
HSV(B)216.21º52.73%43.14%-
XYZ6.756.8915.73-
YUV72.11149.38113.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 75 (29.69% from 255) = 31.65%
BLUE value IS 110 (43.36% from 255) = 46.41%
R=21.94%
G=31.65%
B=46.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52751100.530.3200.57216.2135.831.76
Hex344B6E3520039d82420
Octal6411315665400713304440
Binary11010010010111101110110101100000011100111011000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,75,110); }

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

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

 a { background-color: rgb(52,75,110); }

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

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

 span { border-color: rgb(52,75,110); }

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