#240AC1

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

Shades of Medium Blue #240AC1

Tints of Medium Blue #240AC1

Color information

#240AC1 (or 0x240AC1) is unknown color: approx Medium Blue. HEX triplet: 24, 0A and C1. RGB value is (36,10,193). Sum of RGB (Red+Green+Blue) = 36+10+193=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 193 (75.78% from 255 or 80.75% from 239); Max value from RGB is 193 - color contains mainly: blue. Hex color #240AC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240AC1 is #DBF53E. Grayscale: #252525. Windows color (decimal): -14415167 or 12651044. OLE color: 12651044.

HSL color Cylindrical-coordinate representation of color #240AC1: hue angle of 248.52º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240AC1 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3610193-
CMYK0.810.9500.24
HSL248.52º90.15%39.8%-
HSV(B)248.52º94.82%75.69%-
XYZ10.464.4450.76-
YUV38.64215.11126.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.06%
GREEN value IS 10 (4.30% from 255) = 4.18%
BLUE value IS 193 (75.78% from 255) = 80.75%
R=15.06%
G=4.18%
B=80.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal36101930.810.9500.24248.5290.1539.8
Hex24AC1515F018f95a28
Octal441230112113703037113250
Binary10010010101100000110100011011111011000111110011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240AC1; }

 p { color: rgb(36,10,193); }

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

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

 a { background-color: rgb(36,10,193); }

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

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

 span { border-color: rgb(36,10,193); }

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