#21405D

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

Shades of Regal Blue #21405D

Tints of Regal Blue #21405D

Color information

#21405D (or 0x21405D) is unknown color: approx Regal Blue. HEX triplet: 21, 40 and 5D. RGB value is (33,64,93). Sum of RGB (Red+Green+Blue) = 33+64+93=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #21405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21405D is #DEBFA2. Grayscale: #393939. Windows color (decimal): -14598051 or 6111265. OLE color: 6111265.

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

Color convert

RGB336493-
CMYK0.650.3100.64
HSL209º47.62%24.71%-
HSV(B)209º64.52%36.47%-
XYZ4.444.7811.04-
YUV58.04147.73110.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.37%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 93 (36.72% from 255) = 48.95%
R=17.37%
G=33.68%
B=48.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3364930.650.3100.6420947.6224.71
Hex21405D411F040d13019
Octal411001351013701003216031
Binary10000110000001011101100000111111010000001101000111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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