#244055

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

Shades of Regal Blue #244055

Tints of Regal Blue #244055

Color information

#244055 (or 0x244055) is unknown color: approx Regal Blue. HEX triplet: 24, 40 and 55. RGB value is (36,64,85). Sum of RGB (Red+Green+Blue) = 36+64+85=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 85 - color contains mainly: blue. Hex color #244055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244055 is #DBBFAA. Grayscale: #393939. Windows color (decimal): -14401451 or 5586980. OLE color: 5586980.

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

Color convert

RGB366485-
CMYK0.580.2500.67
HSL205.71º40.5%23.73%-
HSV(B)205.71º57.65%33.33%-
XYZ4.24.79.28-
YUV58.02143.22112.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.46%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 85 (33.59% from 255) = 45.95%
R=19.46%
G=34.59%
B=45.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3664850.580.2500.67205.7140.523.73
Hex2440553A19043ce2818
Octal44100125723101033165030
Binary1001001000000101010111101011001010000111100111010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244055; }

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

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

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

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

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

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

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

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