Html Css Color HEX #21465B Astronaut Blue

📋 copy color: '#21465B'

red 33 ◦ green 70 ◦ blue 91

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

Shades of Astronaut Blue #21465B

Tints of Astronaut Blue #21465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.08%

 BLUE value IS 91 (35.94% from 255) = 46.91%

R = 17.01%
G = 36.08%
B = 46.91%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21465B (or 0x21465B) is known color: Astronaut Blue. HEX triplet: 21, 46 and 5B. RGB value is (33,70,91). Sum of RGB (Red+Green+Blue) = 33+70+91=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #21465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21465B is #DEB9A4. Grayscale: #3D3D3D. Windows color (decimal): -14596517 or 5981729. OLE color: 5981729.

HSL color Cylindrical-coordinate representation of color #21465B: hue angle of 201.72º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21465B is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 70 91 -
CMYK 0.64 0.23 0 0.64
HSL 201.72º 0.47% 0.24% -
HSV(B) 201.72º 0.64% 0.36% -
XYZ 4.71 5.46 10.7 -
YUV 61.33 144.74 107.79 -
System Red Green Blue C M Y K H S L
Decimal 33 70 91 0.64 0.23 0 0.64 201.72 0.47 0.24
Hex 21 46 5B 40 17 0 40 CA 2F 18
Octal 41 106 133 100 27 0 100 312 57 30
Binary 100001 1000110 1011011 1000000 10111 0 1000000 11001010 101111 11000

Color Harmonies of #21465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21465B

Black with #21465B

Text Example


Text Example

White with #21465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21465B; }

 p { color: rgb(33,70,91); }

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

background-color css

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

 a { background-color: rgb(33,70,91); }

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

border-color css

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

 span { border-color: rgb(33,70,91); }

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