#2311C5

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

Shades of Medium Blue #2311C5

Tints of Medium Blue #2311C5

Color information

#2311C5 (or 0x2311C5) is unknown color: approx Medium Blue. HEX triplet: 23, 11 and C5. RGB value is (35,17,197). Sum of RGB (Red+Green+Blue) = 35+17+197=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 197 (77.34% from 255 or 79.12% from 249); Max value from RGB is 197 - color contains mainly: blue. Hex color #2311C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2311C5 is #DCEE3A. Grayscale: #2A2A2A. Windows color (decimal): -14478907 or 12914979. OLE color: 12914979.

HSL color Cylindrical-coordinate representation of color #2311C5: hue angle of 246º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2311C5 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3517197-
CMYK0.820.9100.23
HSL246º84.11%41.96%-
HSV(B)246º91.37%77.25%-
XYZ10.974.7953.17-
YUV42.9214.96122.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.06%
GREEN value IS 17 (7.03% from 255) = 6.83%
BLUE value IS 197 (77.34% from 255) = 79.12%
R=14.06%
G=6.83%
B=79.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal35171970.820.9100.2324684.1141.96
Hex2311C5525B017f6542a
Octal432130512213302736612452
Binary100011100011100010110100101011011010111111101101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2311C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2311C5; }

 p { color: rgb(35,17,197); }

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

<style>
 a { background-color: #2311C5; }

 a { background-color: rgb(35,17,197); }

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

<style>
 span { border-color: #2311C5; }

 span { border-color: rgb(35,17,197); }

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