Html Css Color HEX #24405B Regal Blue

📋 copy color: '#24405B'

red 36 ◦ green 64 ◦ blue 91

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

Shades of Regal Blue #24405B

Tints of Regal Blue #24405B

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

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24405B (or 0x24405B) is known color: 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

RGB 36 64 91 -
CMYK 0.60 0.30 0 0.64
HSL 209.45º 0.43% 0.25% -
HSV(B) 209.45º 0.6% 0.36% -
XYZ 4.45 4.8 10.59 -
YUV 58.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 36 64 91 0.60 0.30 0 0.64 209.45 0.43 0.25
Hex 24 40 5B 3C 1E 0 40 D1 2B 19
Octal 44 100 133 74 36 0 100 321 53 31
Binary 100100 1000000 1011011 111100 11110 0 1000000 11010001 101011 11001

Color Harmonies of #24405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24405B

Black with #24405B

Text Example


Text Example

White with #24405B

Text Example


Text Example

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