#214556

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

Shades of Astronaut Blue #214556

Tints of Astronaut Blue #214556

Color information

#214556 (or 0x214556) is unknown color: approx Astronaut Blue. HEX triplet: 21, 45 and 56. RGB value is (33,69,86). Sum of RGB (Red+Green+Blue) = 33+69+86=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #214556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214556 is #DEBAA9. Grayscale: #3C3C3C. Windows color (decimal): -14596778 or 5653793. OLE color: 5653793.

HSL color Cylindrical-coordinate representation of color #214556: hue angle of 199.25º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #214556 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB336986-
CMYK0.620.2000.66
HSL199.25º44.54%23.33%-
HSV(B)199.25º61.63%33.73%-
XYZ4.445.259.58-
YUV60.17142.57108.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.55%
GREEN value IS 69 (27.34% from 255) = 36.70%
BLUE value IS 86 (33.98% from 255) = 45.74%
R=17.55%
G=36.70%
B=45.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3369860.620.2000.66199.2544.5423.33
Hex2145563E14042c72d17
Octal41105126762401023075527
Binary1000011000101101011011111010100010000101100011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214556; }

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

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

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

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

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

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

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

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