Html Css Color HEX #214255 Astronaut Blue

📋 copy color: '#214255'

red 33 ◦ green 66 ◦ blue 85

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

Shades of Astronaut Blue #214255

Tints of Astronaut Blue #214255

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.87%

 BLUE value IS 85 (33.59% from 255) = 46.2%

R = 17.93%
G = 35.87%
B = 46.2%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#214255 (or 0x214255) is known color: Astronaut Blue. HEX triplet: 21, 42 and 55. RGB value is (33,66,85). Sum of RGB (Red+Green+Blue) = 33+66+85=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #214255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214255 is #DEBDAA. Grayscale: #3A3A3A. Windows color (decimal): -14597547 or 5587489. OLE color: 5587489.

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

Color convert

RGB 33 66 85 -
CMYK 0.61 0.22 0 0.67
HSL 201.92º 0.44% 0.23% -
HSV(B) 201.92º 0.61% 0.33% -
XYZ 4.22 4.88 9.31 -
YUV 58.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 33 66 85 0.61 0.22 0 0.67 201.92 0.44 0.23
Hex 21 42 55 3D 16 0 43 CA 2C 17
Octal 41 102 125 75 26 0 103 312 54 27
Binary 100001 1000010 1010101 111101 10110 0 1000011 11001010 101100 10111

Color Harmonies of #214255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214255

Black with #214255

Text Example


Text Example

White with #214255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214255; }

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

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

background-color css

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

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

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

border-color css

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

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

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