#214256

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

Shades of Astronaut Blue #214256

Tints of Astronaut Blue #214256

Color information

#214256 (or 0x214256) is unknown color: approx Astronaut Blue. HEX triplet: 21, 42 and 56. RGB value is (33,66,86). Sum of RGB (Red+Green+Blue) = 33+66+86=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #214256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214256 is #DEBDA9. Grayscale: #3A3A3A. Windows color (decimal): -14597546 or 5653025. OLE color: 5653025.

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

Color convert

RGB336686-
CMYK0.620.2300.66
HSL202.64º44.54%23.33%-
HSV(B)202.64º61.63%33.73%-
XYZ4.264.899.52-
YUV58.41143.57109.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.84%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 86 (33.98% from 255) = 46.49%
R=17.84%
G=35.68%
B=46.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3366860.620.2300.66202.6444.5423.33
Hex2142563E17042cb2d17
Octal41102126762701023135527
Binary1000011000010101011011111010111010000101100101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214256; }

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

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

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

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

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

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

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

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