Html Css Color HEX #214356 Astronaut Blue

📋 copy color: '#214356'

red 33 ◦ green 67 ◦ blue 86

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

Shades of Astronaut Blue #214356

Tints of Astronaut Blue #214356

RGB

 RED value IS 33 (13.28% from 255) = 17.74%

 GREEN value IS 67 (26.56% from 255) = 36.02%

 BLUE value IS 86 (33.98% from 255) = 46.24%

R = 17.74%
G = 36.02%
B = 46.24%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#214356 (or 0x214356) is known color: Astronaut Blue. HEX triplet: 21, 43 and 56. RGB value is (33,67,86). Sum of RGB (Red+Green+Blue) = 33+67+86=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #214356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214356 is #DEBCA9. Grayscale: #3A3A3A. Windows color (decimal): -14597290 or 5653281. OLE color: 5653281.

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

Color convert

RGB 33 67 86 -
CMYK 0.62 0.22 0 0.66
HSL 201.51º 0.45% 0.23% -
HSV(B) 201.51º 0.62% 0.34% -
XYZ 4.31 5.01 9.54 -
YUV 59 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 33 67 86 0.62 0.22 0 0.66 201.51 0.45 0.23
Hex 21 43 56 3E 16 0 42 CA 2D 17
Octal 41 103 126 76 26 0 102 312 55 27
Binary 100001 1000011 1010110 111110 10110 0 1000010 11001010 101101 10111

Color Harmonies of #214356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214356

Black with #214356

Text Example


Text Example

White with #214356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214356; }

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

 H1.HeaderClassName
 {
   color: #214356;
 }
 .AnyTagClassName
 {
   color: #214356;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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