#24445E

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

Shades of Regal Blue #24445E

Tints of Regal Blue #24445E

Color information

#24445E (or 0x24445E) is unknown color: approx Regal Blue. HEX triplet: 24, 44 and 5E. RGB value is (36,68,94). Sum of RGB (Red+Green+Blue) = 36+68+94=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #24445E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24445E is #DBBBA1. Grayscale: #3D3D3D. Windows color (decimal): -14400418 or 6177828. OLE color: 6177828.

HSL color Cylindrical-coordinate representation of color #24445E: hue angle of 206.9º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24445E is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB366894-
CMYK0.620.2800.63
HSL206.9º44.62%25.49%-
HSV(B)206.9º61.7%36.86%-
XYZ4.825.3211.36-
YUV61.4146.4109.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.18%
GREEN value IS 68 (26.95% from 255) = 34.34%
BLUE value IS 94 (37.11% from 255) = 47.47%
R=18.18%
G=34.34%
B=47.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3668940.620.2800.63206.944.6225.49
Hex24445E3E1C03Fcf2d19
Octal4410413676340773175531
Binary100100100010010111101111101110001111111100111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24445E; }

 p { color: rgb(36,68,94); }

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

<style>
 a { background-color: #24445E; }

 a { background-color: rgb(36,68,94); }

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

<style>
 span { border-color: #24445E; }

 span { border-color: rgb(36,68,94); }

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