Html Css Color HEX #24415F Regal Blue

📋 copy color: '#24415F'

red 36 ◦ green 65 ◦ blue 95

#24415F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #24415F

Tints of Regal Blue #24415F

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 value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#24415F (or 0x24415F) is known color: 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

RGB 36 65 95 -
CMYK 0.62 0.32 0 0.63
HSL 210.51º 0.45% 0.26% -
HSV(B) 210.51º 0.62% 0.37% -
XYZ 4.68 4.98 11.54 -
YUV 59.75 147.89 111.06 -
System Red Green Blue C M Y K H S L
Decimal 36 65 95 0.62 0.32 0 0.63 210.51 0.45 0.26
Hex 24 41 5F 3E 20 0 3F D3 2D 1A
Octal 44 101 137 76 40 0 77 323 55 32
Binary 100100 1000001 1011111 111110 100000 0 111111 11010011 101101 11010

Color Harmonies of #24415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24415F

Black with #24415F

Text Example


Text Example

White with #24415F

Text Example


Text Example

HTML Codes & Css Web 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>