#244158

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

Shades of Regal Blue #244158

Tints of Regal Blue #244158

Color information

#244158 (or 0x244158) is unknown color: approx Regal Blue. HEX triplet: 24, 41 and 58. RGB value is (36,65,88). Sum of RGB (Red+Green+Blue) = 36+65+88=189 (25% of max value = 765). Red value is 36 (14.45% from 255 or 19.05% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #244158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244158 is #DBBEA7. Grayscale: #3A3A3A. Windows color (decimal): -14401192 or 5783844. OLE color: 5783844.

HSL color Cylindrical-coordinate representation of color #244158: hue angle of 206.54º 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 #244158 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB366588-
CMYK0.590.2600.65
HSL206.54º41.94%24.31%-
HSV(B)206.54º59.09%34.51%-
XYZ4.384.869.94-
YUV58.95144.39111.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.05%
GREEN value IS 65 (25.78% from 255) = 34.39%
BLUE value IS 88 (34.77% from 255) = 46.56%
R=19.05%
G=34.39%
B=46.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3665880.590.2600.65206.5441.9424.31
Hex2441583B1A041cf2a18
Octal44101130733201013175230
Binary1001001000001101100011101111010010000011100111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244158; }

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

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

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

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

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

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

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

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