#214661

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

Shades of Astronaut Blue #214661

Tints of Astronaut Blue #214661

Color information

#214661 (or 0x214661) is unknown color: approx Astronaut Blue. HEX triplet: 21, 46 and 61. RGB value is (33,70,97). Sum of RGB (Red+Green+Blue) = 33+70+97=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #214661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214661 is #DEB99E. Grayscale: #3D3D3D. Windows color (decimal): -14596511 or 6374945. OLE color: 6374945.

HSL color Cylindrical-coordinate representation of color #214661: hue angle of 205.31º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #214661 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB337097-
CMYK0.660.2800.62
HSL205.31º49.23%25.49%-
HSV(B)205.31º65.98%38.04%-
XYZ4.985.5712.12-
YUV62.01147.74107.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.5%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 97 (38.28% from 255) = 48.5%
R=16.5%
G=35%
B=48.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3370970.660.2800.62205.3149.2325.49
Hex214661421C03Ecd3119
Octal41106141102340763156131
Binary1000011000110110000110000101110001111101100110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214661; }

 p { color: rgb(33,70,97); }

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

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

 a { background-color: rgb(33,70,97); }

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

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

 span { border-color: rgb(33,70,97); }

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