Html Css Color HEX #214455 Astronaut Blue

📋 copy color: '#214455'

red 33 ◦ green 68 ◦ blue 85

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

Shades of Astronaut Blue #214455

Tints of Astronaut Blue #214455

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.56%

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

R = 17.74%
G = 36.56%
B = 45.7%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#214455 (or 0x214455) is known color: Astronaut Blue. HEX triplet: 21, 44 and 55. RGB value is (33,68,85). Sum of RGB (Red+Green+Blue) = 33+68+85=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #214455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214455 is #DEBBAA. Grayscale: #3B3B3B. Windows color (decimal): -14597035 or 5588001. OLE color: 5588001.

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

Color convert

RGB 33 68 85 -
CMYK 0.61 0.20 0 0.67
HSL 199.62º 0.44% 0.23% -
HSV(B) 199.62º 0.61% 0.33% -
XYZ 4.33 5.11 9.35 -
YUV 59.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 33 68 85 0.61 0.20 0 0.67 199.62 0.44 0.23
Hex 21 44 55 3D 14 0 43 C8 2C 17
Octal 41 104 125 75 24 0 103 310 54 27
Binary 100001 1000100 1010101 111101 10100 0 1000011 11001000 101100 10111

Color Harmonies of #214455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214455

Black with #214455

Text Example


Text Example

White with #214455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214455; }

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

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

background-color css

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

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

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

border-color css

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

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

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