#21405A

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

Shades of Regal Blue #21405A

Tints of Regal Blue #21405A

Color information

#21405A (or 0x21405A) is unknown color: approx Regal Blue. HEX triplet: 21, 40 and 5A. RGB value is (33,64,90). Sum of RGB (Red+Green+Blue) = 33+64+90=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #21405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21405A is #DEBFA5. Grayscale: #393939. Windows color (decimal): -14598054 or 5914657. OLE color: 5914657.

HSL color Cylindrical-coordinate representation of color #21405A: hue angle of 207.37º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21405A is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB336490-
CMYK0.630.2900.65
HSL207.37º46.34%24.12%-
HSV(B)207.37º63.33%35.29%-
XYZ4.314.7310.36-
YUV57.69146.23110.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.65%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 90 (35.55% from 255) = 48.13%
R=17.65%
G=34.22%
B=48.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3364900.630.2900.65207.3746.3424.12
Hex21405A3F1D041cf2e18
Octal41100132773501013175630
Binary1000011000000101101011111111101010000011100111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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