#334B6F

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

Shades of Astronaut #334B6F

Tints of Astronaut #334B6F

Color information

#334B6F (or 0x334B6F) is unknown color: approx Astronaut. HEX triplet: 33, 4B and 6F. RGB value is (51,75,111). Sum of RGB (Red+Green+Blue) = 51+75+111=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #334B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B6F is #CCB490. Grayscale: #474747. Windows color (decimal): -13415569 or 7293747. OLE color: 7293747.

HSL color Cylindrical-coordinate representation of color #334B6F: 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 #334B6F is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5175111-
CMYK0.540.3200.56
HSL216º37.04%31.76%-
HSV(B)216º54.05%43.53%-
XYZ6.756.8816.01-
YUV71.93150.05113.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 75 (29.69% from 255) = 31.65%
BLUE value IS 111 (43.75% from 255) = 46.84%
R=21.52%
G=31.65%
B=46.84%

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
Decimal51751110.540.3200.5621637.0431.76
Hex334B6F3620038d82520
Octal6311315766400703304540
Binary11001110010111101111110110100000011100011011000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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