Html Css Color HEX #24405C Regal Blue

📋 copy color: '#24405C'

red 36 ◦ green 64 ◦ blue 92

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

Shades of Regal Blue #24405C

Tints of Regal Blue #24405C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.33%

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

R = 18.75%
G = 33.33%
B = 47.92%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24405C (or 0x24405C) is known color: Regal Blue. HEX triplet: 24, 40 and 5C. RGB value is (36,64,92). Sum of RGB (Red+Green+Blue) = 36+64+92=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #24405C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24405C is #DBBFA3. Grayscale: #3A3A3A. Windows color (decimal): -14401444 or 6045732. OLE color: 6045732.

HSL color Cylindrical-coordinate representation of color #24405C: hue angle of 210º 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 #24405C is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 64 92 -
CMYK 0.61 0.30 0 0.64
HSL 210º 0.44% 0.25% -
HSV(B) 210º 0.61% 0.36% -
XYZ 4.49 4.81 10.82 -
YUV 58.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 36 64 92 0.61 0.30 0 0.64 210 0.44 0.25
Hex 24 40 5C 3D 1E 0 40 D2 2C 19
Octal 44 100 134 75 36 0 100 322 54 31
Binary 100100 1000000 1011100 111101 11110 0 1000000 11010010 101100 11001

Color Harmonies of #24405C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24405C

Black with #24405C

Text Example


Text Example

White with #24405C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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