#214455

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

Shades of Astronaut Blue #214455

Tints of Astronaut Blue #214455

Color information

#214455 (or 0x214455) is unknown color: approx Astronaut Blue. HEX triplet: 21, 44 and 55. RGB value is (33,68,85). Sum of RGB (Red+Green+Blue) = 33+68+85=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #214455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214455 is #DEBBAA. Grayscale: #3B3B3B. Windows color (decimal): -14597035 or 5588001. OLE color: 5588001.

HSL color Cylindrical-coordinate representation of color #214455: hue angle of 199.62º 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 #214455 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB336885-
CMYK0.610.2000.67
HSL199.62º44.07%23.14%-
HSV(B)199.62º61.18%33.33%-
XYZ4.335.119.35-
YUV59.47142.4109.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.74%
GREEN value IS 68 (26.95% from 255) = 36.56%
BLUE value IS 85 (33.59% from 255) = 45.70%
R=17.74%
G=36.56%
B=45.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3368850.610.2000.67199.6244.0723.14
Hex2144553D14043c82c17
Octal41104125752401033105427
Binary1000011000100101010111110110100010000111100100010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214455; }

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

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

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

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

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

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

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

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