Html Css Color HEX #21465C Astronaut Blue

📋 copy color: '#21465C'

red 33 ◦ green 70 ◦ blue 92

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

Shades of Astronaut Blue #21465C

Tints of Astronaut Blue #21465C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 47.18%

R = 16.92%
G = 35.9%
B = 47.18%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21465C (or 0x21465C) is known color: Astronaut Blue. HEX triplet: 21, 46 and 5C. RGB value is (33,70,92). Sum of RGB (Red+Green+Blue) = 33+70+92=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #21465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21465C is #DEB9A3. Grayscale: #3D3D3D. Windows color (decimal): -14596516 or 6047265. OLE color: 6047265.

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

Color convert

RGB 33 70 92 -
CMYK 0.64 0.24 0 0.64
HSL 202.37º 0.47% 0.25% -
HSV(B) 202.37º 0.64% 0.36% -
XYZ 4.75 5.48 10.93 -
YUV 61.45 145.24 107.71 -
System Red Green Blue C M Y K H S L
Decimal 33 70 92 0.64 0.24 0 0.64 202.37 0.47 0.25
Hex 21 46 5C 40 18 0 40 CA 2F 19
Octal 41 106 134 100 30 0 100 312 57 31
Binary 100001 1000110 1011100 1000000 11000 0 1000000 11001010 101111 11001

Color Harmonies of #21465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21465C

Black with #21465C

Text Example


Text Example

White with #21465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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