#24415F

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

Shades of Regal Blue #24415F

Tints of Regal Blue #24415F

Color information

#24415F (or 0x24415F) is unknown color: approx Regal Blue. HEX triplet: 24, 41 and 5F. RGB value is (36,65,95). Sum of RGB (Red+Green+Blue) = 36+65+95=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #24415F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24415F is #DBBEA0. Grayscale: #3B3B3B. Windows color (decimal): -14401185 or 6242596. OLE color: 6242596.

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

Color convert

RGB366595-
CMYK0.620.3200.63
HSL210.51º45.04%25.69%-
HSV(B)210.51º62.11%37.25%-
XYZ4.684.9811.54-
YUV59.75147.89111.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.37%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 95 (37.5% from 255) = 48.47%
R=18.37%
G=33.16%
B=48.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3665950.620.3200.63210.5145.0425.69
Hex24415F3E2003Fd32d1a
Octal4410113776400773235532
Binary1001001000001101111111111010000001111111101001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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