#2512BE

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

Shades of Medium Blue #2512BE

Tints of Medium Blue #2512BE

Color information

#2512BE (or 0x2512BE) is unknown color: approx Medium Blue. HEX triplet: 25, 12 and BE. RGB value is (37,18,190). Sum of RGB (Red+Green+Blue) = 37+18+190=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 190 (74.61% from 255 or 77.55% from 245); Max value from RGB is 190 - color contains mainly: blue. Hex color #2512BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2512BE is #DAED41. Grayscale: #2A2A2A. Windows color (decimal): -14347586 or 12456485. OLE color: 12456485.

HSL color Cylindrical-coordinate representation of color #2512BE: hue angle of 246.63º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2512BE is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3718190-
CMYK0.810.9100.25
HSL246.63º82.69%40.78%-
HSV(B)246.63º90.53%74.51%-
XYZ10.274.5449.05-
YUV43.29210.79123.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.10%
GREEN value IS 18 (7.42% from 255) = 7.35%
BLUE value IS 190 (74.61% from 255) = 77.55%
R=15.10%
G=7.35%
B=77.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal37181900.810.9100.25246.6382.6940.78
Hex2512BE515B019f75329
Octal452227612113303136712351
Binary100101100101011111010100011011011011001111101111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2512BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2512BE; }

 p { color: rgb(37,18,190); }

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

<style>
 a { background-color: #2512BE; }

 a { background-color: rgb(37,18,190); }

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

<style>
 span { border-color: #2512BE; }

 span { border-color: rgb(37,18,190); }

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