#344B6F

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

Shades of Astronaut #344B6F

Tints of Astronaut #344B6F

Color information

#344B6F (or 0x344B6F) is unknown color: approx Astronaut. HEX triplet: 34, 4B and 6F. RGB value is (52,75,111). Sum of RGB (Red+Green+Blue) = 52+75+111=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #344B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B6F is #CBB490. Grayscale: #484848. Windows color (decimal): -13350033 or 7293748. OLE color: 7293748.

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

Color convert

RGB5275111-
CMYK0.530.3200.56
HSL216.61º36.2%31.96%-
HSV(B)216.61º53.15%43.53%-
XYZ6.86.9116.01-
YUV72.23149.88113.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 75 (29.69% from 255) = 31.51%
BLUE value IS 111 (43.75% from 255) = 46.64%
R=21.85%
G=31.51%
B=46.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52751110.530.3200.56216.6136.231.96
Hex344B6F3520038d92420
Octal6411315765400703314440
Binary11010010010111101111110101100000011100011011001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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