#214561

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

Shades of Astronaut Blue #214561

Tints of Astronaut Blue #214561

Color information

#214561 (or 0x214561) is unknown color: approx Astronaut Blue. HEX triplet: 21, 45 and 61. RGB value is (33,69,97). Sum of RGB (Red+Green+Blue) = 33+69+97=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #214561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214561 is #DEBA9E. Grayscale: #3D3D3D. Windows color (decimal): -14596767 or 6374689. OLE color: 6374689.

HSL color Cylindrical-coordinate representation of color #214561: hue angle of 206.25º 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 #214561 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB336997-
CMYK0.660.2900.62
HSL206.25º49.23%25.49%-
HSV(B)206.25º65.98%38.04%-
XYZ4.915.4412.1-
YUV61.43148.07107.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.58%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 97 (38.28% from 255) = 48.74%
R=16.58%
G=34.67%
B=48.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3369970.660.2900.62206.2549.2325.49
Hex214561421D03Ece3119
Octal41105141102350763166131
Binary1000011000101110000110000101110101111101100111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214561; }

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

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

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

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

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

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

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

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