#21405B

Color #21405B Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #21405B

Tints of Regal Blue #21405B

Color information

#21405B (or 0x21405B) is unknown color: approx Regal Blue. HEX triplet: 21, 40 and 5B. RGB value is (33,64,91). Sum of RGB (Red+Green+Blue) = 33+64+91=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #21405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21405B is #DEBFA4. Grayscale: #393939. Windows color (decimal): -14598053 or 5980193. OLE color: 5980193.

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

Color convert

RGB336491-
CMYK0.640.3000.64
HSL207.93º46.77%24.31%-
HSV(B)207.93º63.74%35.69%-
XYZ4.354.7510.58-
YUV57.81146.73110.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.55%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 91 (35.94% from 255) = 48.40%
R=17.55%
G=34.04%
B=48.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3364910.640.3000.64207.9346.7724.31
Hex21405B401E040d02f18
Octal411001331003601003205730
Binary10000110000001011011100000011110010000001101000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21405B;
 }
 .AnyTagClassName
 {
   color: #21405B;
 }
</style>
background-color css

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

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

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

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

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

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