#244155

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

Shades of Regal Blue #244155

Tints of Regal Blue #244155

Color information

#244155 (or 0x244155) is unknown color: approx Regal Blue. HEX triplet: 24, 41 and 55. RGB value is (36,65,85). Sum of RGB (Red+Green+Blue) = 36+65+85=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #244155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244155 is #DBBEAA. Grayscale: #3A3A3A. Windows color (decimal): -14401195 or 5587236. OLE color: 5587236.

HSL color Cylindrical-coordinate representation of color #244155: hue angle of 204.49º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #244155 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB366585-
CMYK0.580.2400.67
HSL204.49º40.5%23.73%-
HSV(B)204.49º57.65%33.33%-
XYZ4.264.819.3-
YUV58.61142.89111.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.35%
GREEN value IS 65 (25.78% from 255) = 34.95%
BLUE value IS 85 (33.59% from 255) = 45.70%
R=19.35%
G=34.95%
B=45.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3665850.580.2400.67204.4940.523.73
Hex2441553A18043cc2818
Octal44101125723001033145030
Binary1001001000001101010111101011000010000111100110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244155; }

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

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

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

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

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

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

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

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