#214A5B

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

Shades of Astronaut Blue #214A5B

Tints of Astronaut Blue #214A5B

Color information

#214A5B (or 0x214A5B) is unknown color: approx Astronaut Blue. HEX triplet: 21, 4A and 5B. RGB value is (33,74,91). Sum of RGB (Red+Green+Blue) = 33+74+91=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #214A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214A5B is #DEB5A4. Grayscale: #3F3F3F. Windows color (decimal): -14595493 or 5982753. OLE color: 5982753.

HSL color Cylindrical-coordinate representation of color #214A5B: hue angle of 197.59º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #214A5B is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB337491-
CMYK0.640.1900.64
HSL197.59º46.77%24.31%-
HSV(B)197.59º63.74%35.69%-
XYZ4.965.9810.79-
YUV63.68143.42106.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.67%
GREEN value IS 74 (29.30% from 255) = 37.37%
BLUE value IS 91 (35.94% from 255) = 45.96%
R=16.67%
G=37.37%
B=45.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3374910.640.1900.64197.5946.7724.31
Hex214A5B4013040c62f18
Octal411121331002301003065730
Binary10000110010101011011100000010011010000001100011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214A5B; }

 p { color: rgb(33,74,91); }

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

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

 a { background-color: rgb(33,74,91); }

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

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

 span { border-color: rgb(33,74,91); }

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