#2403BD

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

Shades of Medium Blue #2403BD

Tints of Medium Blue #2403BD

Color information

#2403BD (or 0x2403BD) is unknown color: approx Medium Blue. HEX triplet: 24, 03 and BD. RGB value is (36,3,189). Sum of RGB (Red+Green+Blue) = 36+3+189=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 189 (74.22% from 255 or 82.89% from 228); Max value from RGB is 189 - color contains mainly: blue. Hex color #2403BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2403BD is #DBFC42. Grayscale: #212121. Windows color (decimal): -14416963 or 12387108. OLE color: 12387108.

HSL color Cylindrical-coordinate representation of color #2403BD: hue angle of 250.65º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2403BD is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB363189-
CMYK0.810.9800.26
HSL250.65º96.88%37.65%-
HSV(B)250.65º98.41%74.12%-
XYZ9.954.1148.41-
YUV34.07215.43129.38-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.79%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 189 (74.22% from 255) = 82.89%
R=15.79%
G=1.32%
B=82.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3631890.810.9800.26250.6596.8837.65
Hex243BD516201Afb6126
Octal44327512114203237314146
Binary100100111011110110100011100010011010111110111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2403BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2403BD; }

 p { color: rgb(36,3,189); }

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

<style>
 a { background-color: #2403BD; }

 a { background-color: rgb(36,3,189); }

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

<style>
 span { border-color: #2403BD; }

 span { border-color: rgb(36,3,189); }

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