Html Css Color HEX #24415C Regal Blue

📋 copy color: '#24415C'

red 36 ◦ green 65 ◦ blue 92

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

Shades of Regal Blue #24415C

Tints of Regal Blue #24415C

RGB

 RED value IS 36 (14.45% from 255) = 18.65%

 GREEN value IS 65 (25.78% from 255) = 33.68%

 BLUE value IS 92 (36.33% from 255) = 47.67%

R = 18.65%
G = 33.68%
B = 47.67%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24415C (or 0x24415C) is known color: Regal Blue. HEX triplet: 24, 41 and 5C. RGB value is (36,65,92). Sum of RGB (Red+Green+Blue) = 36+65+92=193 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.65% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #24415C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24415C is #DBBEA3. Grayscale: #3B3B3B. Windows color (decimal): -14401188 or 6045988. OLE color: 6045988.

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

Color convert

RGB 36 65 92 -
CMYK 0.61 0.29 0 0.64
HSL 208.93º 0.44% 0.25% -
HSV(B) 208.93º 0.61% 0.36% -
XYZ 4.55 4.93 10.84 -
YUV 59.41 146.39 111.3 -
System Red Green Blue C M Y K H S L
Decimal 36 65 92 0.61 0.29 0 0.64 208.93 0.44 0.25
Hex 24 41 5C 3D 1D 0 40 D1 2C 19
Octal 44 101 134 75 35 0 100 321 54 31
Binary 100100 1000001 1011100 111101 11101 0 1000000 11010001 101100 11001

Color Harmonies of #24415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24415C

Black with #24415C

Text Example


Text Example

White with #24415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24415C;
 }
 .AnyTagClassName
 {
   color: #24415C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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