Html Css Color HEX #214154 Astronaut Blue

📋 copy color: '#214154'

red 33 ◦ green 65 ◦ blue 84

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

Shades of Astronaut Blue #214154

Tints of Astronaut Blue #214154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.71%

 BLUE value IS 84 (33.2% from 255) = 46.15%

R = 18.13%
G = 35.71%
B = 46.15%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#214154 (or 0x214154) is known color: Astronaut Blue. HEX triplet: 21, 41 and 54. RGB value is (33,65,84). Sum of RGB (Red+Green+Blue) = 33+65+84=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #214154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214154 is #DEBEAB. Grayscale: #393939. Windows color (decimal): -14597804 or 5521697. OLE color: 5521697.

HSL color Cylindrical-coordinate representation of color #214154: hue angle of 202.35º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #214154 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 65 84 -
CMYK 0.61 0.23 0 0.67
HSL 202.35º 0.44% 0.23% -
HSV(B) 202.35º 0.61% 0.33% -
XYZ 4.12 4.74 9.09 -
YUV 57.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 33 65 84 0.61 0.23 0 0.67 202.35 0.44 0.23
Hex 21 41 54 3D 17 0 43 CA 2C 17
Octal 41 101 124 75 27 0 103 312 54 27
Binary 100001 1000001 1010100 111101 10111 0 1000011 11001010 101100 10111

Color Harmonies of #214154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214154

Black with #214154

Text Example


Text Example

White with #214154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214154; }

 p { color: rgb(33,65,84); }

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

background-color css

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

 a { background-color: rgb(33,65,84); }

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

border-color css

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

 span { border-color: rgb(33,65,84); }

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