#21415A

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

Shades of Regal Blue #21415A

Tints of Regal Blue #21415A

Color information

#21415A (or 0x21415A) is unknown color: approx Regal Blue. HEX triplet: 21, 41 and 5A. RGB value is (33,65,90). Sum of RGB (Red+Green+Blue) = 33+65+90=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #21415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21415A is #DEBEA5. Grayscale: #3A3A3A. Windows color (decimal): -14597798 or 5914913. OLE color: 5914913.

HSL color Cylindrical-coordinate representation of color #21415A: hue angle of 206.32º 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 #21415A is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB336590-
CMYK0.630.2800.65
HSL206.32º46.34%24.12%-
HSV(B)206.32º63.33%35.29%-
XYZ4.364.8410.38-
YUV58.28145.9109.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.55%
GREEN value IS 65 (25.78% from 255) = 34.57%
BLUE value IS 90 (35.55% from 255) = 47.87%
R=17.55%
G=34.57%
B=47.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3365900.630.2800.65206.3246.3424.12
Hex21415A3F1C041ce2e18
Octal41101132773401013165630
Binary1000011000001101101011111111100010000011100111010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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