#244156

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

Shades of Regal Blue #244156

Tints of Regal Blue #244156

Color information

#244156 (or 0x244156) is unknown color: approx Regal Blue. HEX triplet: 24, 41 and 56. RGB value is (36,65,86). Sum of RGB (Red+Green+Blue) = 36+65+86=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #244156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244156 is #DBBEA9. Grayscale: #3A3A3A. Windows color (decimal): -14401194 or 5652772. OLE color: 5652772.

HSL color Cylindrical-coordinate representation of color #244156: hue angle of 205.2º 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 #244156 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB366586-
CMYK0.580.2400.66
HSL205.2º40.98%23.92%-
HSV(B)205.2º58.14%33.73%-
XYZ4.34.839.51-
YUV58.72143.39111.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.25%
GREEN value IS 65 (25.78% from 255) = 34.76%
BLUE value IS 86 (33.98% from 255) = 45.99%
R=19.25%
G=34.76%
B=45.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3665860.580.2400.66205.240.9823.92
Hex2441563A18042cd2918
Octal44101126723001023155130
Binary1001001000001101011011101011000010000101100110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244156; }

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

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

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

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

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

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

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

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