#244058

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

Shades of Regal Blue #244058

Tints of Regal Blue #244058

Color information

#244058 (or 0x244058) is unknown color: approx Regal Blue. HEX triplet: 24, 40 and 58. RGB value is (36,64,88). Sum of RGB (Red+Green+Blue) = 36+64+88=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #244058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244058 is #DBBFA7. Grayscale: #3A3A3A. Windows color (decimal): -14401448 or 5783588. OLE color: 5783588.

HSL color Cylindrical-coordinate representation of color #244058: hue angle of 207.69º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #244058 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB366488-
CMYK0.590.2700.65
HSL207.69º41.94%24.31%-
HSV(B)207.69º59.09%34.51%-
XYZ4.324.759.92-
YUV58.36144.72112.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.15%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 88 (34.77% from 255) = 46.81%
R=19.15%
G=34.04%
B=46.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3664880.590.2700.65207.6941.9424.31
Hex2440583B1B041d02a18
Octal44100130733301013205230
Binary1001001000000101100011101111011010000011101000010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244058; }

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

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

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

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

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

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

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

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