#24415E

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

Shades of Regal Blue #24415E

Tints of Regal Blue #24415E

Color information

#24415E (or 0x24415E) is unknown color: approx Regal Blue. HEX triplet: 24, 41 and 5E. RGB value is (36,65,94). Sum of RGB (Red+Green+Blue) = 36+65+94=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #24415E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24415E is #DBBEA1. Grayscale: #3B3B3B. Windows color (decimal): -14401186 or 6177060. OLE color: 6177060.

HSL color Cylindrical-coordinate representation of color #24415E: hue angle of 210º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24415E is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB366594-
CMYK0.620.3100.63
HSL210º44.62%25.49%-
HSV(B)210º61.7%36.86%-
XYZ4.644.9611.3-
YUV59.64147.39111.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.46%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 94 (37.11% from 255) = 48.21%
R=18.46%
G=33.33%
B=48.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3665940.620.3100.6321044.6225.49
Hex24415E3E1F03Fd22d19
Octal4410113676370773225531
Binary100100100000110111101111101111101111111101001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24415E; }

 p { color: rgb(36,65,94); }

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

<style>
 a { background-color: #24415E; }

 a { background-color: rgb(36,65,94); }

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

<style>
 span { border-color: #24415E; }

 span { border-color: rgb(36,65,94); }

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