Html Css Color HEX #21405E Regal Blue

📋 copy color: '#21405E'

red 33 ◦ green 64 ◦ blue 94

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

Shades of Regal Blue #21405E

Tints of Regal Blue #21405E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.51%

 BLUE value IS 94 (37.11% from 255) = 49.21%

R = 17.28%
G = 33.51%
B = 49.21%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#21405E (or 0x21405E) is known color: Regal Blue. HEX triplet: 21, 40 and 5E. RGB value is (33,64,94). Sum of RGB (Red+Green+Blue) = 33+64+94=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 94 - color contains mainly: blue. Hex color #21405E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21405E is #DEBFA1. Grayscale: #3A3A3A. Windows color (decimal): -14598050 or 6176801. OLE color: 6176801.

HSL color Cylindrical-coordinate representation of color #21405E: hue angle of 209.51º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21405E is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 64 94 -
CMYK 0.65 0.32 0 0.63
HSL 209.51º 0.48% 0.25% -
HSV(B) 209.51º 0.65% 0.37% -
XYZ 4.48 4.8 11.28 -
YUV 58.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 33 64 94 0.65 0.32 0 0.63 209.51 0.48 0.25
Hex 21 40 5E 41 20 0 3F D2 30 19
Octal 41 100 136 101 40 0 77 322 60 31
Binary 100001 1000000 1011110 1000001 100000 0 111111 11010010 110000 11001

Color Harmonies of #21405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21405E

Black with #21405E

Text Example


Text Example

White with #21405E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21405E; }

 p { color: rgb(33,64,94); }

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

background-color css

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

 a { background-color: rgb(33,64,94); }

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

border-color css

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

 span { border-color: rgb(33,64,94); }

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