#2B15CA

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

Shades of Medium Blue #2B15CA

Tints of Medium Blue #2B15CA

Color information

#2B15CA (or 0x2B15CA) is unknown color: approx Medium Blue. HEX triplet: 2B, 15 and CA. RGB value is (43,21,202). Sum of RGB (Red+Green+Blue) = 43+21+202=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 202 (79.30% from 255 or 75.94% from 266); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B15CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B15CA is #D4EA35. Grayscale: #2F2F2F. Windows color (decimal): -13953590 or 13243691. OLE color: 13243691.

HSL color Cylindrical-coordinate representation of color #2B15CA: hue angle of 247.29º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B15CA is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4321202-
CMYK0.790.9000.21
HSL247.29º81.17%43.73%-
HSV(B)247.29º89.6%79.22%-
XYZ11.935.3156.27-
YUV48.21214.79124.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.17%
GREEN value IS 21 (8.59% from 255) = 7.89%
BLUE value IS 202 (79.30% from 255) = 75.94%
R=16.17%
G=7.89%
B=75.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal43212020.790.9000.21247.2981.1743.73
Hex2B15CA4F5A015f7512c
Octal532531211713202536712154
Binary101011101011100101010011111011010010101111101111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B15CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B15CA; }

 p { color: rgb(43,21,202); }

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

<style>
 a { background-color: #2B15CA; }

 a { background-color: rgb(43,21,202); }

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

<style>
 span { border-color: #2B15CA; }

 span { border-color: rgb(43,21,202); }

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