#240CCC

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

Shades of Medium Blue #240CCC

Tints of Medium Blue #240CCC

Color information

#240CCC (or 0x240CCC) is unknown color: approx Medium Blue. HEX triplet: 24, 0C and CC. RGB value is (36,12,204). Sum of RGB (Red+Green+Blue) = 36+12+204=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 204 (80.08% from 255 or 80.95% from 252); Max value from RGB is 204 - color contains mainly: blue. Hex color #240CCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240CCC is #DBF333. Grayscale: #282828. Windows color (decimal): -14414644 or 13372452. OLE color: 13372452.

HSL color Cylindrical-coordinate representation of color #240CCC: hue angle of 247.5º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240CCC is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3612204-
CMYK0.820.9400.2
HSL247.5º88.89%42.35%-
HSV(B)247.5º94.12%80%-
XYZ11.76557.47-
YUV41.06219.95124.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.29%
GREEN value IS 12 (5.08% from 255) = 4.76%
BLUE value IS 204 (80.08% from 255) = 80.95%
R=14.29%
G=4.76%
B=80.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal36122040.820.9400.2247.588.8942.35
Hex24CCC525E014f8592a
Octal441431412213602437013152
Binary10010011001100110010100101011110010100111110001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,12,204); }

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

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

 a { background-color: rgb(36,12,204); }

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

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

 span { border-color: rgb(36,12,204); }

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