#2400C3

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

Shades of Medium Blue #2400C3

Tints of Medium Blue #2400C3

Color information

#2400C3 (or 0x2400C3) is unknown color: approx Medium Blue. HEX triplet: 24, 00 and C3. RGB value is (36,0,195). Sum of RGB (Red+Green+Blue) = 36+0+195=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 195 (76.56% from 255 or 84.42% from 231); Max value from RGB is 195 - color contains mainly: blue. Hex color #2400C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2400C3 is #DBFF3C. Grayscale: #202020. Windows color (decimal): -14417725 or 12779556. OLE color: 12779556.

HSL color Cylindrical-coordinate representation of color #2400C3: hue angle of 251.08º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2400C3 is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB360195-
CMYK0.82100.24
HSL251.08º100%38.24%-
HSV(B)251.08º100%76.47%-
XYZ10.584.3251.91-
YUV32.99219.43130.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 195 (76.56% from 255) = 84.42%
R=15.58%
G=0%
B=84.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal3601950.82100.24251.0810038.24
Hex240C35264018fb6426
Octal44030312214403037314446
Binary10010001100001110100101100100011000111110111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2400C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2400C3; }

 p { color: rgb(36,0,195); }

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

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

 a { background-color: rgb(36,0,195); }

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

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

 span { border-color: rgb(36,0,195); }

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