#214454

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

Shades of Astronaut Blue #214454

Tints of Astronaut Blue #214454

Color information

#214454 (or 0x214454) is unknown color: approx Astronaut Blue. HEX triplet: 21, 44 and 54. RGB value is (33,68,84). Sum of RGB (Red+Green+Blue) = 33+68+84=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 84 - color contains mainly: blue. Hex color #214454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214454 is #DEBBAB. Grayscale: #3B3B3B. Windows color (decimal): -14597036 or 5522465. OLE color: 5522465.

HSL color Cylindrical-coordinate representation of color #214454: hue angle of 198.82º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #214454 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB336884-
CMYK0.610.1900.67
HSL198.82º43.59%22.94%-
HSV(B)198.82º60.71%32.94%-
XYZ4.295.19.15-
YUV59.36141.9109.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.84%
GREEN value IS 68 (26.95% from 255) = 36.76%
BLUE value IS 84 (33.20% from 255) = 45.41%
R=17.84%
G=36.76%
B=45.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3368840.610.1900.67198.8243.5922.94
Hex2144543D13043c72c17
Octal41104124752301033075427
Binary1000011000100101010011110110011010000111100011110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214454; }

 p { color: rgb(33,68,84); }

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

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

 a { background-color: rgb(33,68,84); }

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

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

 span { border-color: rgb(33,68,84); }

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