#244056

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

Shades of Regal Blue #244056

Tints of Regal Blue #244056

Color information

#244056 (or 0x244056) is unknown color: approx Regal Blue. HEX triplet: 24, 40 and 56. RGB value is (36,64,86). Sum of RGB (Red+Green+Blue) = 36+64+86=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #244056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244056 is #DBBFA9. Grayscale: #3A3A3A. Windows color (decimal): -14401450 or 5652516. OLE color: 5652516.

HSL color Cylindrical-coordinate representation of color #244056: hue angle of 206.4º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #244056 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB366486-
CMYK0.580.2600.66
HSL206.4º40.98%23.92%-
HSV(B)206.4º58.14%33.73%-
XYZ4.244.719.49-
YUV58.14143.72112.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.35%
GREEN value IS 64 (25.39% from 255) = 34.41%
BLUE value IS 86 (33.98% from 255) = 46.24%
R=19.35%
G=34.41%
B=46.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3664860.580.2600.66206.440.9823.92
Hex2440563A1A042ce2918
Octal44100126723201023165130
Binary1001001000000101011011101011010010000101100111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244056; }

 p { color: rgb(36,64,86); }

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

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

 a { background-color: rgb(36,64,86); }

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

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

 span { border-color: rgb(36,64,86); }

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