#240AC0

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

Shades of Medium Blue #240AC0

Tints of Medium Blue #240AC0

Color information

#240AC0 (or 0x240AC0) is unknown color: approx Medium Blue. HEX triplet: 24, 0A and C0. RGB value is (36,10,192). Sum of RGB (Red+Green+Blue) = 36+10+192=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 192 (75.39% from 255 or 80.67% from 238); Max value from RGB is 192 - color contains mainly: blue. Hex color #240AC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240AC0 is #DBF53F. Grayscale: #252525. Windows color (decimal): -14415168 or 12585508. OLE color: 12585508.

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

Color convert

RGB3610192-
CMYK0.810.9500.25
HSL248.57º90.1%39.61%-
HSV(B)248.57º94.79%75.29%-
XYZ10.354.450.17-
YUV38.52214.61126.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.13%
GREEN value IS 10 (4.30% from 255) = 4.20%
BLUE value IS 192 (75.39% from 255) = 80.67%
R=15.13%
G=4.20%
B=80.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal36101920.810.9500.25248.5790.139.61
Hex24AC0515F019f95a28
Octal441230012113703137113250
Binary10010010101100000010100011011111011001111110011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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