#244258

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

Shades of Regal Blue #244258

Tints of Regal Blue #244258

Color information

#244258 (or 0x244258) is unknown color: approx Regal Blue. HEX triplet: 24, 42 and 58. RGB value is (36,66,88). Sum of RGB (Red+Green+Blue) = 36+66+88=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #244258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244258 is #DBBDA7. Grayscale: #3B3B3B. Windows color (decimal): -14400936 or 5784100. OLE color: 5784100.

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

Color convert

RGB366688-
CMYK0.590.2500.65
HSL205.38º41.94%24.31%-
HSV(B)205.38º59.09%34.51%-
XYZ4.444.989.96-
YUV59.54144.06111.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.95%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 88 (34.77% from 255) = 46.32%
R=18.95%
G=34.74%
B=46.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3666880.590.2500.65205.3841.9424.31
Hex2442583B19041cd2a18
Octal44102130733101013155230
Binary1001001000010101100011101111001010000011100110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244258; }

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

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

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

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

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

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

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

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