#2313D0

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

Shades of Medium Blue #2313D0

Tints of Medium Blue #2313D0

Color information

#2313D0 (or 0x2313D0) is unknown color: approx Medium Blue. HEX triplet: 23, 13 and D0. RGB value is (35,19,208). Sum of RGB (Red+Green+Blue) = 35+19+208=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 208 (81.64% from 255 or 79.39% from 262); Max value from RGB is 208 - color contains mainly: blue. Hex color #2313D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2313D0 is #DCEC2F. Grayscale: #2C2C2C. Windows color (decimal): -14478384 or 13636387. OLE color: 13636387.

HSL color Cylindrical-coordinate representation of color #2313D0: hue angle of 245.08º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2313D0 is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3519208-
CMYK0.830.9100.18
HSL245.08º83.26%44.51%-
HSV(B)245.08º90.87%81.57%-
XYZ12.315.3860.06-
YUV45.33219.8120.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.36%
GREEN value IS 19 (7.81% from 255) = 7.25%
BLUE value IS 208 (81.64% from 255) = 79.39%
R=13.36%
G=7.25%
B=79.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal35192080.830.9100.18245.0883.2644.51
Hex2313D0535B012f5532d
Octal432332012313302236512355
Binary100011100111101000010100111011011010010111101011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2313D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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