#21425C

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

Shades of Regal Blue #21425C

Tints of Regal Blue #21425C

Color information

#21425C (or 0x21425C) is unknown color: approx Regal Blue. HEX triplet: 21, 42 and 5C. RGB value is (33,66,92). Sum of RGB (Red+Green+Blue) = 33+66+92=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #21425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21425C is #DEBDA3. Grayscale: #3A3A3A. Windows color (decimal): -14597540 or 6046241. OLE color: 6046241.

HSL color Cylindrical-coordinate representation of color #21425C: hue angle of 206.44º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21425C is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB336692-
CMYK0.640.2800.64
HSL206.44º47.2%24.51%-
HSV(B)206.44º64.13%36.08%-
XYZ4.514.9910.85-
YUV59.1146.57109.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.28%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 92 (36.33% from 255) = 48.17%
R=17.28%
G=34.55%
B=48.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3366920.640.2800.64206.4447.224.51
Hex21425C401C040ce2f19
Octal411021341003401003165731
Binary10000110000101011100100000011100010000001100111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21425C; }

 p { color: rgb(33,66,92); }

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

<style>
 a { background-color: #21425C; }

 a { background-color: rgb(33,66,92); }

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

<style>
 span { border-color: #21425C; }

 span { border-color: rgb(33,66,92); }

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