#214560

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

Shades of Astronaut Blue #214560

Tints of Astronaut Blue #214560

Color information

#214560 (or 0x214560) is unknown color: approx Astronaut Blue. HEX triplet: 21, 45 and 60. RGB value is (33,69,96). Sum of RGB (Red+Green+Blue) = 33+69+96=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #214560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214560 is #DEBA9F. Grayscale: #3D3D3D. Windows color (decimal): -14596768 or 6309153. OLE color: 6309153.

HSL color Cylindrical-coordinate representation of color #214560: hue angle of 205.71º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #214560 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB336996-
CMYK0.660.2800.62
HSL205.71º48.84%25.29%-
HSV(B)205.71º65.62%37.65%-
XYZ4.875.4211.86-
YUV61.31147.57107.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.67%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 96 (37.89% from 255) = 48.48%
R=16.67%
G=34.85%
B=48.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3369960.660.2800.62205.7148.8425.29
Hex214560421C03Ece3119
Octal41105140102340763166131
Binary1000011000101110000010000101110001111101100111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214560; }

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

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

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

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

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

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

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

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