Html Css Color HEX #24415A Regal Blue

📋 copy color: '#24415A'

red 36 ◦ green 65 ◦ blue 90

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

Shades of Regal Blue #24415A

Tints of Regal Blue #24415A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 47.12%

R = 18.85%
G = 34.03%
B = 47.12%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#24415A (or 0x24415A) is known color: Regal Blue. HEX triplet: 24, 41 and 5A. RGB value is (36,65,90). Sum of RGB (Red+Green+Blue) = 36+65+90=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #24415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24415A is #DBBEA5. Grayscale: #3B3B3B. Windows color (decimal): -14401190 or 5914916. OLE color: 5914916.

HSL color Cylindrical-coordinate representation of color #24415A: hue angle of 207.78º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24415A is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 65 90 -
CMYK 0.60 0.28 0 0.65
HSL 207.78º 0.43% 0.25% -
HSV(B) 207.78º 0.6% 0.35% -
XYZ 4.46 4.89 10.38 -
YUV 59.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 36 65 90 0.60 0.28 0 0.65 207.78 0.43 0.25
Hex 24 41 5A 3C 1C 0 41 D0 2B 19
Octal 44 101 132 74 34 0 101 320 53 31
Binary 100100 1000001 1011010 111100 11100 0 1000001 11010000 101011 11001

Color Harmonies of #24415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24415A

Black with #24415A

Text Example


Text Example

White with #24415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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