Html Css Color HEX #21485C Astronaut Blue

📋 copy color: '#21485C'

red 33 ◦ green 72 ◦ blue 92

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

Shades of Astronaut Blue #21485C

Tints of Astronaut Blue #21485C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.55%

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

R = 16.75%
G = 36.55%
B = 46.7%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21485C (or 0x21485C) is known color: Astronaut Blue. HEX triplet: 21, 48 and 5C. RGB value is (33,72,92). Sum of RGB (Red+Green+Blue) = 33+72+92=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #21485C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21485C is #DEB7A3. Grayscale: #3E3E3E. Windows color (decimal): -14596004 or 6047777. OLE color: 6047777.

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

Color convert

RGB 33 72 92 -
CMYK 0.64 0.22 0 0.64
HSL 200.34º 0.47% 0.25% -
HSV(B) 200.34º 0.64% 0.36% -
XYZ 4.88 5.73 10.97 -
YUV 62.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 33 72 92 0.64 0.22 0 0.64 200.34 0.47 0.25
Hex 21 48 5C 40 16 0 40 C8 2F 19
Octal 41 110 134 100 26 0 100 310 57 31
Binary 100001 1001000 1011100 1000000 10110 0 1000000 11001000 101111 11001

Color Harmonies of #21485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21485C

Black with #21485C

Text Example


Text Example

White with #21485C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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