Html Css Color HEX #214256 Astronaut Blue

📋 copy color: '#214256'

red 33 ◦ green 66 ◦ blue 86

#214256
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #214256

Tints of Astronaut Blue #214256

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 value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#214256 (or 0x214256) is known color: 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

RGB 33 66 86 -
CMYK 0.62 0.23 0 0.66
HSL 202.64º 0.45% 0.23% -
HSV(B) 202.64º 0.62% 0.34% -
XYZ 4.26 4.89 9.52 -
YUV 58.41 143.57 109.87 -
System Red Green Blue C M Y K H S L
Decimal 33 66 86 0.62 0.23 0 0.66 202.64 0.45 0.23
Hex 21 42 56 3E 17 0 42 CB 2D 17
Octal 41 102 126 76 27 0 102 313 55 27
Binary 100001 1000010 1010110 111110 10111 0 1000010 11001011 101101 10111

Color Harmonies of #214256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214256

Black with #214256

Text Example


Text Example

White with #214256

Text Example


Text Example

HTML Codes & Css Web 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>