#2B03C6

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

Shades of Medium Blue #2B03C6

Tints of Medium Blue #2B03C6

Color information

#2B03C6 (or 0x2B03C6) is unknown color: approx Medium Blue. HEX triplet: 2B, 03 and C6. RGB value is (43,3,198). Sum of RGB (Red+Green+Blue) = 43+3+198=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 198 (77.73% from 255 or 81.15% from 244); Max value from RGB is 198 - color contains mainly: blue. Hex color #2B03C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B03C6 is #D4FC39. Grayscale: #242424. Windows color (decimal): -13958202 or 12976939. OLE color: 12976939.

HSL color Cylindrical-coordinate representation of color #2B03C6: hue angle of 252.31º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B03C6 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB433198-
CMYK0.780.9800.22
HSL252.31º97.01%39.41%-
HSV(B)252.31º98.48%77.65%-
XYZ11.224.6653.73-
YUV37.19218.75132.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.62%
GREEN value IS 3 (1.56% from 255) = 1.23%
BLUE value IS 198 (77.73% from 255) = 81.15%
R=17.62%
G=1.23%
B=81.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal4331980.780.9800.22252.3197.0139.41
Hex2B3C64E62016fc6127
Octal53330611614202637414147
Binary101011111100011010011101100010010110111111001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B03C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,3,198); }

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

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

 a { background-color: rgb(43,3,198); }

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

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

 span { border-color: rgb(43,3,198); }

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