#2313D7

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

Shades of Medium Blue #2313D7

Tints of Medium Blue #2313D7

Color information

#2313D7 (or 0x2313D7) is unknown color: approx Medium Blue. HEX triplet: 23, 13 and D7. RGB value is (35,19,215). Sum of RGB (Red+Green+Blue) = 35+19+215=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 215 (84.38% from 255 or 79.93% from 269); Max value from RGB is 215 - color contains mainly: blue. Hex color #2313D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2313D7 is #DCEC28. Grayscale: #2D2D2D. Windows color (decimal): -14478377 or 14095139. OLE color: 14095139.

HSL color Cylindrical-coordinate representation of color #2313D7: hue angle of 244.9º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2313D7 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3519215-
CMYK0.840.9100.16
HSL244.9º83.76%45.88%-
HSV(B)244.9º91.16%84.31%-
XYZ13.195.7364.7-
YUV46.13223.3120.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.01%
GREEN value IS 19 (7.81% from 255) = 7.06%
BLUE value IS 215 (84.38% from 255) = 79.93%
R=13.01%
G=7.06%
B=79.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal35192150.840.9100.16244.983.7645.88
Hex2313D7545B010f5542e
Octal432332712413302036512456
Binary100011100111101011110101001011011010000111101011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2313D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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