#2413C6

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

Shades of Medium Blue #2413C6

Tints of Medium Blue #2413C6

Color information

#2413C6 (or 0x2413C6) is unknown color: approx Medium Blue. HEX triplet: 24, 13 and C6. RGB value is (36,19,198). Sum of RGB (Red+Green+Blue) = 36+19+198=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 198 (77.73% from 255 or 78.26% from 253); Max value from RGB is 198 - color contains mainly: blue. Hex color #2413C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2413C6 is #DBEC39. Grayscale: #2B2B2B. Windows color (decimal): -14412858 or 12981028. OLE color: 12981028.

HSL color Cylindrical-coordinate representation of color #2413C6: hue angle of 245.7º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2413C6 is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3619198-
CMYK0.820.9000.22
HSL245.7º82.49%42.55%-
HSV(B)245.7º90.4%77.65%-
XYZ11.154.9253.79-
YUV44.49214.63121.95-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.23%
GREEN value IS 19 (7.81% from 255) = 7.51%
BLUE value IS 198 (77.73% from 255) = 78.26%
R=14.23%
G=7.51%
B=78.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal36191980.820.9000.22245.782.4942.55
Hex2413C6525A016f6522b
Octal442330612213202636612253
Binary100100100111100011010100101011010010110111101101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2413C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2413C6; }

 p { color: rgb(36,19,198); }

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

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

 a { background-color: rgb(36,19,198); }

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

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

 span { border-color: rgb(36,19,198); }

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