#2313BD

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

Shades of Medium Blue #2313BD

Tints of Medium Blue #2313BD

Color information

#2313BD (or 0x2313BD) is unknown color: approx Medium Blue. HEX triplet: 23, 13 and BD. RGB value is (35,19,189). Sum of RGB (Red+Green+Blue) = 35+19+189=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 189 (74.22% from 255 or 77.78% from 243); Max value from RGB is 189 - color contains mainly: blue. Hex color #2313BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2313BD is #DCEC42. Grayscale: #2A2A2A. Windows color (decimal): -14478403 or 12391203. OLE color: 12391203.

HSL color Cylindrical-coordinate representation of color #2313BD: hue angle of 245.65º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2313BD is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3519189-
CMYK0.810.9000.26
HSL245.65º81.73%40.78%-
HSV(B)245.65º89.95%74.12%-
XYZ10.114.548.48-
YUV43.16210.3122.18-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.40%
GREEN value IS 19 (7.81% from 255) = 7.82%
BLUE value IS 189 (74.22% from 255) = 77.78%
R=14.40%
G=7.82%
B=77.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal35191890.810.9000.26245.6581.7340.78
Hex2313BD515A01Af65229
Octal432327512113203236612251
Binary100011100111011110110100011011010011010111101101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2313BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,19,189); }

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

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

 a { background-color: rgb(35,19,189); }

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

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

 span { border-color: rgb(35,19,189); }

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