#24435A

Color #24435A Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #24435A

Tints of Regal Blue #24435A

Color information

#24435A (or 0x24435A) is unknown color: approx Regal Blue. HEX triplet: 24, 43 and 5A. RGB value is (36,67,90). Sum of RGB (Red+Green+Blue) = 36+67+90=193 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.65% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #24435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24435A is #DBBCA5. Grayscale: #3C3C3C. Windows color (decimal): -14400678 or 5915428. OLE color: 5915428.

HSL color Cylindrical-coordinate representation of color #24435A: hue angle of 205.56º 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 #24435A is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB366790-
CMYK0.600.2600.65
HSL205.56º42.86%24.71%-
HSV(B)205.56º60%35.29%-
XYZ4.585.1310.42-
YUV60.35144.73110.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.65%
GREEN value IS 67 (26.56% from 255) = 34.72%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=18.65%
G=34.72%
B=46.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3667900.600.2600.65205.5642.8624.71
Hex24435A3C1A041ce2b19
Octal44103132743201013165331
Binary1001001000011101101011110011010010000011100111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #24435A;
 }
 .AnyTagClassName
 {
   color: #24435A;
 }
</style>
background-color css

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

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

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

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

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

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