#244260

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

Shades of Regal Blue #244260

Tints of Regal Blue #244260

Color information

#244260 (or 0x244260) is unknown color: approx Regal Blue. HEX triplet: 24, 42 and 60. RGB value is (36,66,96). Sum of RGB (Red+Green+Blue) = 36+66+96=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #244260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244260 is #DBBD9F. Grayscale: #3C3C3C. Windows color (decimal): -14400928 or 6308388. OLE color: 6308388.

HSL color Cylindrical-coordinate representation of color #244260: hue angle of 210º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #244260 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB366696-
CMYK0.620.3100.62
HSL210º45.45%25.88%-
HSV(B)210º62.5%37.65%-
XYZ4.795.1211.8-
YUV60.45148.06110.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.18%
GREEN value IS 66 (26.17% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 48.48%
R=18.18%
G=33.33%
B=48.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3666960.620.3100.6221045.4525.88
Hex2442603E1F03Ed22d1a
Octal4410214076370763225532
Binary100100100001011000001111101111101111101101001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244260; }

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

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

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

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

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

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

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

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