#2503BA

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

Shades of Medium Blue #2503BA

Tints of Medium Blue #2503BA

Color information

#2503BA (or 0x2503BA) is unknown color: approx Medium Blue. HEX triplet: 25, 03 and BA. RGB value is (37,3,186). Sum of RGB (Red+Green+Blue) = 37+3+186=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 186 (73.05% from 255 or 82.30% from 226); Max value from RGB is 186 - color contains mainly: blue. Hex color #2503BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2503BA is #DAFC45. Grayscale: #212121. Windows color (decimal): -14351430 or 12190501. OLE color: 12190501.

HSL color Cylindrical-coordinate representation of color #2503BA: hue angle of 251.15º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2503BA is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB373186-
CMYK0.800.9800.27
HSL251.15º96.83%37.06%-
HSV(B)251.15º98.39%72.94%-
XYZ9.66446.72-
YUV34.03213.76130.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.37%
GREEN value IS 3 (1.56% from 255) = 1.33%
BLUE value IS 186 (73.05% from 255) = 82.30%
R=16.37%
G=1.33%
B=82.30%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3731860.800.9800.27251.1596.8337.06
Hex253BA506201Bfb6125
Octal45327212014203337314145
Binary100101111011101010100001100010011011111110111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2503BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2503BA; }

 p { color: rgb(37,3,186); }

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

<style>
 a { background-color: #2503BA; }

 a { background-color: rgb(37,3,186); }

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

<style>
 span { border-color: #2503BA; }

 span { border-color: rgb(37,3,186); }

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