#2612C1

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

Shades of Medium Blue #2612C1

Tints of Medium Blue #2612C1

Color information

#2612C1 (or 0x2612C1) is unknown color: approx Medium Blue. HEX triplet: 26, 12 and C1. RGB value is (38,18,193). Sum of RGB (Red+Green+Blue) = 38+18+193=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 193 (75.78% from 255 or 77.51% from 249); Max value from RGB is 193 - color contains mainly: blue. Hex color #2612C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2612C1 is #D9ED3E. Grayscale: #2B2B2B. Windows color (decimal): -14282047 or 12653094. OLE color: 12653094.

HSL color Cylindrical-coordinate representation of color #2612C1: hue angle of 246.86º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2612C1 is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3818193-
CMYK0.800.9100.24
HSL246.86º82.94%41.37%-
HSV(B)246.86º90.67%75.69%-
XYZ10.644.6950.8-
YUV43.93212.13123.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.26%
GREEN value IS 18 (7.42% from 255) = 7.23%
BLUE value IS 193 (75.78% from 255) = 77.51%
R=15.26%
G=7.23%
B=77.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal38181930.800.9100.24246.8682.9441.37
Hex2612C1505B018f75329
Octal462230112013303036712351
Binary100110100101100000110100001011011011000111101111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2612C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2612C1; }

 p { color: rgb(38,18,193); }

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

<style>
 a { background-color: #2612C1; }

 a { background-color: rgb(38,18,193); }

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

<style>
 span { border-color: #2612C1; }

 span { border-color: rgb(38,18,193); }

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