Html Css Color HEX #21475C Astronaut Blue

📋 copy color: '#21475C'

red 33 ◦ green 71 ◦ blue 92

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

Shades of Astronaut Blue #21475C

Tints of Astronaut Blue #21475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.22%

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

R = 16.84%
G = 36.22%
B = 46.94%

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

#21475C (or 0x21475C) is known color: Astronaut Blue. HEX triplet: 21, 47 and 5C. RGB value is (33,71,92). Sum of RGB (Red+Green+Blue) = 33+71+92=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #21475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21475C is #DEB8A3. Grayscale: #3D3D3D. Windows color (decimal): -14596260 or 6047521. OLE color: 6047521.

HSL color Cylindrical-coordinate representation of color #21475C: hue angle of 201.36º 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 #21475C is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 71 92 -
CMYK 0.64 0.23 0 0.64
HSL 201.36º 0.47% 0.25% -
HSV(B) 201.36º 0.64% 0.36% -
XYZ 4.81 5.6 10.95 -
YUV 62.03 144.91 107.29 -
System Red Green Blue C M Y K H S L
Decimal 33 71 92 0.64 0.23 0 0.64 201.36 0.47 0.25
Hex 21 47 5C 40 17 0 40 C9 2F 19
Octal 41 107 134 100 27 0 100 311 57 31
Binary 100001 1000111 1011100 1000000 10111 0 1000000 11001001 101111 11001

Color Harmonies of #21475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21475C

Black with #21475C

Text Example


Text Example

White with #21475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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