#2511C3

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

Shades of Medium Blue #2511C3

Tints of Medium Blue #2511C3

Color information

#2511C3 (or 0x2511C3) is unknown color: approx Medium Blue. HEX triplet: 25, 11 and C3. RGB value is (37,17,195). Sum of RGB (Red+Green+Blue) = 37+17+195=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 195 (76.56% from 255 or 78.31% from 249); Max value from RGB is 195 - color contains mainly: blue. Hex color #2511C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2511C3 is #DAEE3C. Grayscale: #2A2A2A. Windows color (decimal): -14347837 or 12783909. OLE color: 12783909.

HSL color Cylindrical-coordinate representation of color #2511C3: hue angle of 246.74º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2511C3 is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3717195-
CMYK0.810.9100.24
HSL246.74º83.96%41.57%-
HSV(B)246.74º91.28%76.47%-
XYZ10.814.7351.97-
YUV43.27213.63123.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.86%
GREEN value IS 17 (7.03% from 255) = 6.83%
BLUE value IS 195 (76.56% from 255) = 78.31%
R=14.86%
G=6.83%
B=78.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal37171950.810.9100.24246.7483.9641.57
Hex2511C3515B018f7542a
Octal452130312113303036712452
Binary100101100011100001110100011011011011000111101111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2511C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,17,195); }

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

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

 a { background-color: rgb(37,17,195); }

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

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

 span { border-color: rgb(37,17,195); }

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