#2B12CA

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

Shades of Medium Blue #2B12CA

Tints of Medium Blue #2B12CA

Color information

#2B12CA (or 0x2B12CA) is unknown color: approx Medium Blue. HEX triplet: 2B, 12 and CA. RGB value is (43,18,202). Sum of RGB (Red+Green+Blue) = 43+18+202=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 202 (79.30% from 255 or 76.81% from 263); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B12CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B12CA is #D4ED35. Grayscale: #2D2D2D. Windows color (decimal): -13954358 or 13242923. OLE color: 13242923.

HSL color Cylindrical-coordinate representation of color #2B12CA: hue angle of 248.15º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B12CA is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4318202-
CMYK0.790.9100.21
HSL248.15º83.64%43.14%-
HSV(B)248.15º91.09%79.22%-
XYZ11.875.2156.26-
YUV46.45215.78125.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.35%
GREEN value IS 18 (7.42% from 255) = 6.84%
BLUE value IS 202 (79.30% from 255) = 76.81%
R=16.35%
G=6.84%
B=76.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal43182020.790.9100.21248.1583.6443.14
Hex2B12CA4F5B015f8542b
Octal532231211713302537012453
Binary101011100101100101010011111011011010101111110001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B12CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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