#24405B

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

Shades of Regal Blue #24405B

Tints of Regal Blue #24405B

Color information

#24405B (or 0x24405B) is unknown color: approx Regal Blue. HEX triplet: 24, 40 and 5B. RGB value is (36,64,91). Sum of RGB (Red+Green+Blue) = 36+64+91=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #24405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24405B is #DBBFA4. Grayscale: #3A3A3A. Windows color (decimal): -14401445 or 5980196. OLE color: 5980196.

HSL color Cylindrical-coordinate representation of color #24405B: hue angle of 209.45º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24405B is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB366491-
CMYK0.600.3000.64
HSL209.45º43.31%24.9%-
HSV(B)209.45º60.44%35.69%-
XYZ4.454.810.59-
YUV58.71146.22111.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.85%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 91 (35.94% from 255) = 47.64%
R=18.85%
G=33.51%
B=47.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3664910.600.3000.64209.4543.3124.9
Hex24405B3C1E040d12b19
Octal44100133743601003215331
Binary1001001000000101101111110011110010000001101000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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