#244360

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

Shades of Regal Blue #244360

Tints of Regal Blue #244360

Color information

#244360 (or 0x244360) is unknown color: approx Regal Blue. HEX triplet: 24, 43 and 60. RGB value is (36,67,96). Sum of RGB (Red+Green+Blue) = 36+67+96=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #244360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244360 is #DBBC9F. Grayscale: #3C3C3C. Windows color (decimal): -14400672 or 6308644. OLE color: 6308644.

HSL color Cylindrical-coordinate representation of color #244360: hue angle of 209º 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 #244360 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB366796-
CMYK0.620.3000.62
HSL209º45.45%25.88%-
HSV(B)209º62.5%37.65%-
XYZ4.855.2311.82-
YUV61.04147.73110.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.09%
GREEN value IS 67 (26.56% from 255) = 33.67%
BLUE value IS 96 (37.89% from 255) = 48.24%
R=18.09%
G=33.67%
B=48.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3667960.620.3000.6220945.4525.88
Hex2443603E1E03Ed12d1a
Octal4410314076360763215532
Binary100100100001111000001111101111001111101101000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244360; }

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

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

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

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

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

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

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

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