#2517D2

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

Shades of Medium Blue #2517D2

Tints of Medium Blue #2517D2

Color information

#2517D2 (or 0x2517D2) is unknown color: approx Medium Blue. HEX triplet: 25, 17 and D2. RGB value is (37,23,210). Sum of RGB (Red+Green+Blue) = 37+23+210=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 210 (82.42% from 255 or 77.78% from 270); Max value from RGB is 210 - color contains mainly: blue. Hex color #2517D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2517D2 is #DAE82D. Grayscale: #2F2F2F. Windows color (decimal): -14346286 or 13768485. OLE color: 13768485.

HSL color Cylindrical-coordinate representation of color #2517D2: hue angle of 244.49º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2517D2 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3723210-
CMYK0.820.8900.18
HSL244.49º80.26%45.69%-
HSV(B)244.49º89.05%82.35%-
XYZ12.75.6661.4-
YUV48.5219.14119.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.70%
GREEN value IS 23 (9.38% from 255) = 8.52%
BLUE value IS 210 (82.42% from 255) = 77.78%
R=13.70%
G=8.52%
B=77.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal37232100.820.8900.18244.4980.2645.69
Hex2517D25259012f4502e
Octal452732212213102236412056
Binary100101101111101001010100101011001010010111101001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2517D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2517D2; }

 p { color: rgb(37,23,210); }

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

<style>
 a { background-color: #2517D2; }

 a { background-color: rgb(37,23,210); }

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

<style>
 span { border-color: #2517D2; }

 span { border-color: rgb(37,23,210); }

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