#244463

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

Shades of Regal Blue #244463

Tints of Regal Blue #244463

Color information

#244463 (or 0x244463) is unknown color: approx Regal Blue. HEX triplet: 24, 44 and 63. RGB value is (36,68,99). Sum of RGB (Red+Green+Blue) = 36+68+99=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #244463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244463 is #DBBB9C. Grayscale: #3D3D3D. Windows color (decimal): -14400413 or 6505508. OLE color: 6505508.

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

Color convert

RGB366899-
CMYK0.640.3100.61
HSL209.52º46.67%26.47%-
HSV(B)209.52º63.64%38.82%-
XYZ5.055.4112.58-
YUV61.97148.9109.48-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.73%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 99 (39.06% from 255) = 48.77%
R=17.73%
G=33.50%
B=48.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3668990.640.3100.61209.5246.6726.47
Hex244463401F03Dd22f1a
Octal44104143100370753225732
Binary1001001000100110001110000001111101111011101001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244463; }

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

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

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

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

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

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

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

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