#244563

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

Shades of Regal Blue #244563

Tints of Regal Blue #244563

Color information

#244563 (or 0x244563) is unknown color: approx Regal Blue. HEX triplet: 24, 45 and 63. RGB value is (36,69,99). Sum of RGB (Red+Green+Blue) = 36+69+99=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #244563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244563 is #DBBA9C. Grayscale: #3E3E3E. Windows color (decimal): -14400157 or 6505764. OLE color: 6505764.

HSL color Cylindrical-coordinate representation of color #244563: hue angle of 208.57º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #244563 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB366999-
CMYK0.640.3000.61
HSL208.57º46.67%26.47%-
HSV(B)208.57º63.64%38.82%-
XYZ5.115.5312.6-
YUV62.55148.57109.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.65%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 99 (39.06% from 255) = 48.53%
R=17.65%
G=33.82%
B=48.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3669990.640.3000.61208.5746.6726.47
Hex244563401E03Dd12f1a
Octal44105143100360753215732
Binary1001001000101110001110000001111001111011101000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244563; }

 p { color: rgb(36,69,99); }

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

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

 a { background-color: rgb(36,69,99); }

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

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

 span { border-color: rgb(36,69,99); }

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